[libvirt] [PATCH 0/5] qemu: fix individual vcpu hotplug code

Peter Krempa posted 5 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1490960985.git.pkrempa@redhat.com
src/qemu/qemu_hotplug.c | 73 +++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 65 insertions(+), 8 deletions(-)
[libvirt] [PATCH 0/5] qemu: fix individual vcpu hotplug code
Posted by Peter Krempa 7 years ago
Resolve a few corner cases which would create invalid configurations or produce
bad error messages.

Peter Krempa (5):
  qemu: hotplug: Iterate over vcpu 0 in individual vcpu hotplug code
  qemu: hotplug: Fix formatting strings in
    qemuDomainFilterHotplugVcpuEntities
  qemu: hotplug: Clear vcpu ordering for coldplug of vcpus
  qemu: hotplug: Add validation for coldplug of individual vcpus
  qemu: hotplug: Validate that vcpu-hotplug does not break config

 src/qemu/qemu_hotplug.c | 73 +++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 65 insertions(+), 8 deletions(-)

-- 
2.12.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/5] qemu: fix individual vcpu hotplug code
Posted by John Ferlan 7 years ago

On 03/31/2017 07:52 AM, Peter Krempa wrote:
> Resolve a few corner cases which would create invalid configurations or produce
> bad error messages.
> 
> Peter Krempa (5):
>   qemu: hotplug: Iterate over vcpu 0 in individual vcpu hotplug code
>   qemu: hotplug: Fix formatting strings in
>     qemuDomainFilterHotplugVcpuEntities
>   qemu: hotplug: Clear vcpu ordering for coldplug of vcpus
>   qemu: hotplug: Add validation for coldplug of individual vcpus
>   qemu: hotplug: Validate that vcpu-hotplug does not break config
> 
>  src/qemu/qemu_hotplug.c | 73 +++++++++++++++++++++++++++++++++++++++++++------
>  1 file changed, 65 insertions(+), 8 deletions(-)
> 

ACK series (left a note on patch 4)

John

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