]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: cpu: unplug: Remove vcpu pinning on cold cpu unplug
authorPeter Krempa <pkrempa@redhat.com>
Fri, 15 Aug 2014 14:28:58 +0000 (16:28 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 18 Aug 2014 15:43:05 +0000 (17:43 +0200)
commit60df621f75af6e29d721d95a738c8860eed5590e
tree2cd70d57fee476b09341c8de0ef6eeaa1faa6a2f
parent64bbf4c33d8ad6b5ade5d538d79d15d4cae27a15
qemu: cpu: unplug: Remove vcpu pinning on cold cpu unplug

Remove the pinning info when removing to CPU, otherwise when the VM will
be started our code will try to pin non-existing vcpus as the definition
wasn't updated.

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