Re: [libvirt] [PATCH 0/7] qemu: vcpu coldplug and ordering fixes

2016-09-28 Thread Peter Krempa
On Wed, Sep 21, 2016 at 13:49:52 +0200, Peter Krempa wrote:
> 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

Ping

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] [PATCH 0/7] qemu: vcpu coldplug and ordering fixes

2016-09-21 Thread Peter Krempa
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list