]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: hotplug: Iterate over vcpu 0 in individual vcpu hotplug code
authorPeter Krempa <pkrempa@redhat.com>
Fri, 31 Mar 2017 11:02:14 +0000 (13:02 +0200)
committerCole Robinson <crobinso@redhat.com>
Wed, 10 May 2017 19:10:54 +0000 (15:10 -0400)
commit1abdc6e5550d1f210f59ac45a56b56762da1314f
tree4d3b0e50e22b34110079b5ac619700b7a1e3bb6f
parent59f51f7f3809f06f88d11372d1f56fdc017d0639
qemu: hotplug: Iterate over vcpu 0 in individual vcpu hotplug code

Buggy condition meant that vcpu0 would not be iterated in the checks.
Since it's not hotpluggable anyways we would not be able to break the
configuration of a live VM.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1437013
(cherry picked from commit 315f443dbb9f821fb207c30585e01dfbaac01878)
src/qemu/qemu_hotplug.c