Sign in
qemu
/
qemu
/
c3a68dfd191682b140951e423b72866102097df9
/
.
/
stubs
/
physmem.c
blob: 1fc5f2df29fa2b0329f78dd5fb9dd9fd7eba7cbe [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"exec/cpu-common.h"
RAMBlock
*
qemu_ram_block_from_host
(
void
*
ptr
,
bool
round_offset
,
ram_addr_t
*
offset
)
{
return
NULL
;
}
int
qemu_ram_get_fd
(
RAMBlock
*
rb
)
{
return
-
1
;
}