]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Implement setup of memory hotplug parameters
authorPeter Krempa <pkrempa@redhat.com>
Mon, 6 Oct 2014 12:18:37 +0000 (14:18 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 23 Mar 2015 13:25:14 +0000 (14:25 +0100)
commita41185d8d15264351d4ca8446b8e4cb296411ecb
treed49d01764050db555b675aeae434675ba986a4c3
parentbffb9163a1f27cd16dc5b4844525db36cdfe1c3c
qemu: Implement setup of memory hotplug parameters

To enable memory hotplug the maximum memory size and slot count need to
be specified. As qemu supports now other units than mebibytes when
specifying memory, use the new interface in this case.
docs/formatdomain.html.in
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
tests/qemuxml2argvdata/qemuxml2argv-memory-hotplug-nonuma.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-memory-hotplug.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-memory-hotplug.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c