[libvirt] [PATCH 1/2] Save domain status after cpu hotplug

2014-04-23 Thread Ján Tomko
The live change of vcpus was not reflected in the domain status xml and it got lost during libvirtd restart. https://bugzilla.redhat.com/show_bug.cgi?id=1088703 --- src/qemu/qemu_driver.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index

Re: [libvirt] [PATCH 1/2] Save domain status after cpu hotplug

2014-04-23 Thread Eric Blake
On 04/23/2014 05:08 AM, Ján Tomko wrote: The live change of vcpus was not reflected in the domain status xml and it got lost during libvirtd restart. https://bugzilla.redhat.com/show_bug.cgi?id=1088703 --- src/qemu/qemu_driver.c | 3 +++ 1 file changed, 3 insertions(+) ACK diff --git