Peter Maydell | 87c9b5e | 2016-01-29 17:49:52 +0000 | [diff] [blame] | 1 | #include "qemu/osdep.h" |
David Hildenbrand | 2cc0e2e | 2018-04-23 18:51:16 +0200 | [diff] [blame] | 2 | #include "hw/mem/memory-device.h" |
Igor Mammedov | 6f2e273 | 2014-06-16 19:12:25 +0200 | [diff] [blame] | 3 | |
David Hildenbrand | 2cc0e2e | 2018-04-23 18:51:16 +0200 | [diff] [blame] | 4 | MemoryDeviceInfoList *qmp_memory_device_list(void) |
Igor Mammedov | 6f2e273 | 2014-06-16 19:12:25 +0200 | [diff] [blame] | 5 | { |
Haozhong Zhang | 52c95ca | 2018-03-11 11:02:11 +0800 | [diff] [blame] | 6 | return NULL; |
Igor Mammedov | 6f2e273 | 2014-06-16 19:12:25 +0200 | [diff] [blame] | 7 | } |
Vadim Galitsyn | 9aa3397 | 2017-08-29 17:30:21 +0200 | [diff] [blame] | 8 | |
| 9 | uint64_t get_plugged_memory_size(void) |
| 10 | { |
| 11 | return (uint64_t)-1; |
| 12 | } |