
6 Jun
2017
6 Jun
'17
10:02 a.m.
On Tue, Jun 06, 2017 at 07:50:16AM +0200, Peter Krempa wrote:
vCPU ordering information would not be updated if a vCPU emerged or disappeared during the time libvirtd is not running. This allowed to create invalid configuration like:
[...] <vcpu id='56' enabled='yes' hotpluggable='yes' order='57'/> <vcpu id='57' enabled='yes' hotpluggable='yes' order='58'/> <vcpu id='58' enabled='yes' hotpluggable='yes'/>
Call the function that records the information on reconnect.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1451251 --- src/qemu/qemu_process.c | 2 ++ 1 file changed, 2 insertions(+)
Really-reviewed-by: Ján Tomko <jtomko@redhat.com> Jan