Re: [libvirt] [PATCH v2 21/23] qemu: Use mondern vcpu hotplug approach if possible

2016-08-20 Thread John Ferlan
$SUBJ: s/mondern/modern On 08/19/2016 10:38 AM, Peter Krempa wrote: > To allow unplugging the vcpus, hotplugging of vcpus on platforms which > require to plug multiple logical vcpus at once or pluging them in in s/pluging/plugging s/in in/in an/ > arbitrary order it's necessary to use the new

[libvirt] [PATCH v2 21/23] qemu: Use mondern vcpu hotplug approach if possible

2016-08-19 Thread Peter Krempa
To allow unplugging the vcpus, hotplugging of vcpus on platforms which require to plug multiple logical vcpus at once or pluging them in in arbitrary order it's necessary to use the new device_add interface for vcpu hotplug. This patch adds support for the device_add interface using the old setvcp