Re: [libvirt] [PATCH v2 2/2] qemu: Enforce vCPU hotplug granularity constraints

2017-12-19 Thread Peter Krempa
On Fri, Dec 15, 2017 at 15:48:28 +0100, Andrea Bolognani wrote: > QEMU 2.7 and newer don't allow guests to start unless the initial > vCPUs count is a multiple of the vCPU hotplug granularity, so > validate it and report an error if needed. > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id

[libvirt] [PATCH v2 2/2] qemu: Enforce vCPU hotplug granularity constraints

2017-12-15 Thread Andrea Bolognani
QEMU 2.7 and newer don't allow guests to start unless the initial vCPUs count is a multiple of the vCPU hotplug granularity, so validate it and report an error if needed. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1283700 Signed-off-by: Andrea Bolognani --- src/qemu/qemu_domain.c