]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: ppc64: Support memory hotplug without NUMA enabled
authorPeter Krempa <pkrempa@redhat.com>
Tue, 13 Oct 2015 17:12:23 +0000 (19:12 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 18 Nov 2015 09:32:18 +0000 (10:32 +0100)
commit4ad31f8f650d35fd7d8f0678e142d80fd46f1fb1
tree4404380c90968ced75a7ef53ad2da203d65153a5
parent542fcbc07d89f1f761712339b571b39554db9759
qemu: ppc64: Support memory hotplug without NUMA enabled

ppc64 guests don't require adding a NUMA node for hotplug memory to
work. Lift the requirement and add test cases.
src/qemu/qemu_domain.c
tests/qemuxml2argvdata/qemuxml2argv-memory-hotplug-ppc64-nonuma.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-memory-hotplug-ppc64-nonuma.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c