]> 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)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 4 Apr 2017 07:10:03 +0000 (09:10 +0200)
commit315f443dbb9f821fb207c30585e01dfbaac01878
tree9067a7c058aaed67b182a960ec095309e89ea55e
parent3af6c3781698b091f5b309f90f8d4a8d3be4b290
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
src/qemu/qemu_hotplug.c