Re: [libvirt] [PATCH 4/4] qemu: domain: Don't infer vcpu state

2016-09-14 Thread Pavel Hrdina
On Tue, Sep 13, 2016 at 06:27:46PM +0200, Peter Krempa wrote: > Use the state information (online, hotpluggable) provided by the monitor > code rather than trying to infer it. This fixes a issue where on s/a issue/an issue/ > architectures that require hotplug of multiple threads at once the > su

[libvirt] [PATCH 4/4] qemu: domain: Don't infer vcpu state

2016-09-13 Thread Peter Krempa
Use the state information (online, hotpluggable) provided by the monitor code rather than trying to infer it. This fixes a issue where on architectures that require hotplug of multiple threads at once the sub-cores would get updated as offline on daemon restart thus creating an invalid configuratio