qmp_memory_device.c (199B)
1 #include "qemu/osdep.h" 2 #include "hw/mem/memory-device.h" 3 4 MemoryDeviceInfoList *qmp_memory_device_list(void) 5 { 6 return NULL; 7 } 8 9 uint64_t get_plugged_memory_size(void) 10 { 11 return (uint64_t)-1; 12 }
qemuFORK: QEMU emulator | |
| git clone https://git.neptards.moe/neptards/qemu.git | |
| Log | Files | Refs | Submodules | LICENSE |