diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2015-03-08 12:47:13 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2015-03-08 12:47:13 +0000 |
| commit | 9c31a8219a8fb6e790d5510987ae2c810ff968b5 (patch) | |
| tree | 5c5edf0a2689898e157e696dc94cc270224f0db7 /stubs/qmp_pc_dimm_device_list.c | |
| parent | 033c7ddf86fe4315069ac4cf3cfab9bc6035dee7 (diff) | |
| parent | a3b042179859c68b3d08f8aa43866d28d6b56987 (diff) | |
| download | focaccia-qemu-9c31a8219a8fb6e790d5510987ae2c810ff968b5.tar.gz focaccia-qemu-9c31a8219a8fb6e790d5510987ae2c810ff968b5.zip | |
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
* remotes/qmp-unstable/queue/qmp: docs: add memory-hotplug.txt qemu-options.hx: improve -m description virtio-balloon: Add some trace events virtio-balloon: Fix balloon not working correctly when hotplug memory pc-dimm: add a function to calculate VM's current RAM size Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'stubs/qmp_pc_dimm_device_list.c')
| -rw-r--r-- | stubs/qmp_pc_dimm_device_list.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stubs/qmp_pc_dimm_device_list.c b/stubs/qmp_pc_dimm_device_list.c index 5cb220c66c..b584bd8b24 100644 --- a/stubs/qmp_pc_dimm_device_list.c +++ b/stubs/qmp_pc_dimm_device_list.c @@ -5,3 +5,8 @@ int qmp_pc_dimm_device_list(Object *obj, void *opaque) { return 0; } + +ram_addr_t get_current_ram_size(void) +{ + return ram_size; +} |