repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests/qemu-iotests: Restrict tests using "--blockdev file" to the file protocol
[qemu/kevin.git]
/
target
/
target-common.c
blob
903b10cfe4b0bce4028fec16f2768c5bd161d691
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
#include
"qemu/osdep.h"
3
4
#include
"cpu.h"
5
#include
"exec/target_page.h"
6
7
int
qemu_target_page_mask
(
void
)
8
{
9
return
TARGET_PAGE_MASK
;
10
}