docs/migration: Split "dirty limit"
[qemu/ar7.git] / stubs / physmem.c
blob1fc5f2df29fa2b0329f78dd5fb9dd9fd7eba7cbe
1 #include "qemu/osdep.h"
2 #include "exec/cpu-common.h"
4 RAMBlock *qemu_ram_block_from_host(void *ptr, bool round_offset,
5 ram_addr_t *offset)
7 return NULL;
10 int qemu_ram_get_fd(RAMBlock *rb)
12 return -1;