]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: memdev: Add infrastructure to load memory device information
authorPeter Krempa <pkrempa@redhat.com>
Mon, 19 Jan 2015 12:21:09 +0000 (13:21 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 23 Mar 2015 13:25:15 +0000 (14:25 +0100)
commit5cdfaa31c4a24fc849a8929a244bc02473d762fb
tree82d459163ea212f776c65eea70028e2837e104f2
parent3e4230d270f100646b7a557ea78efd649250428c
qemu: memdev: Add infrastructure to load memory device information

When using 'dimm' memory devices with qemu, some of the information
like the slot number and base address need to be reloaded from qemu
after process start so that it reflects the actual state. The state then
allows to use memory devices across migrations.
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h
src/qemu/qemu_process.c