Sign in
qemu
/
qemu
/
e788efd9af1663ec98111bae3c0f4922be2e5abb
/
.
/
stubs
/
physmem.c
blob: 2eca06ab6d6edd900d6304a8405150c0f2b1b226 [
file
]
#include
"qemu/osdep.h"
#include
"system/ramblock.h"
RAMBlock
*
qemu_ram_block_from_host
(
void
*
ptr
,
bool
round_offset
,
ram_addr_t
*
offset
)
{
return
NULL
;
}
int
qemu_ram_get_fd
(
const
RAMBlock
*
rb
)
{
return
-
1
;
}