Few fixes for various isues connected to coldplug and vcpu order.
Peter Krempa (7):
qemu: process: Fix off-by-one in vcpu order duplicate error message
qemu: process: Don't use shifted indexes for vcpu order verification
qemu: process: Enforce 'vcpu' order range to <1,maxvcpus>
qemu: Fix coldplug of vcpus
qemu: vcpu: Clear vcpu order information rather than making it invalid
lib: Introduce VIR_DOMAIN_VCPU_HOTPLUGGABLE for virDomainSetVcpusFlags
qemu: Allow making vcpus hotpluggable with virDomainSetVcpusFlags
docs/formatdomain.html.in | 3 +-
include/libvirt/libvirt-domain.h | 1 +
src/conf/domain_conf.c | 10 ++++++
src/conf/domain_conf.h | 1 +
src/libvirt_private.syms | 1 +
src/qemu/qemu_driver.c | 76 +++++++++++++++++++++++++++++++++++++---
src/qemu/qemu_process.c | 14 +++++---
tools/virsh-domain.c | 7 ++++
tools/virsh.pod | 7 +++-
9 files changed, 108 insertions(+), 12 deletions(-)
--
2.10.0