]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: numa: Don't return automatic nodeset for inactive domain
authorPeter Krempa <pkrempa@redhat.com>
Wed, 26 Apr 2017 07:01:30 +0000 (09:01 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 27 Apr 2017 12:28:53 +0000 (14:28 +0200)
commit135c56e2b876e4cdf8d96de85b32bea3f10d81ce
tree501fe120e02f6854f9eed50018a2efdf07b03cb3
parent1a4a4ffa3e22004abd56035955e7a7a12cdc7c1e
qemu: numa: Don't return automatic nodeset for inactive domain

qemuDomainGetNumaParameters would return the automatic nodeset even for
the persistent config if the domain was running. This is incorrect since
the automatic nodeset will be re-queried upon starting the vm.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1445325
src/qemu/qemu_driver.c