]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/memory_device.c
mailmap: Fix Stefan Weil email
[mirror_qemu.git] / stubs / memory_device.c
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 }
13
14 unsigned int memory_devices_get_reserved_memslots(void)
15 {
16 return 0;
17 }
18
19 bool memory_devices_memslot_auto_decision_active(void)
20 {
21 return false;
22 }