Re: [libvirt] [RFC PATCH 00/11] qemu: add support to hotplug memory device

2015-01-22 Thread Zhu Guihua
On Wed, 2015-01-21 at 10:50 +0100, Peter Krempa wrote: On Wed, Jan 21, 2015 at 16:20:16 +0800, Zhu Guihua wrote: Now qemu has already supported memory hotplug, so this patchset will make libvirt support hotplug memory device for qemu driver. As I'm already working on this I can see a few

Re: [libvirt] [RFC PATCH 00/11] qemu: add support to hotplug memory device

2015-01-22 Thread Peter Krempa
On Thu, Jan 22, 2015 at 16:24:12 +0800, Zhu Guihua wrote: On Wed, 2015-01-21 at 10:50 +0100, Peter Krempa wrote: On Wed, Jan 21, 2015 at 16:20:16 +0800, Zhu Guihua wrote: Thank you for pointing out the problems, and we hope the feature could be supported in libvirt as soon as possible.

[libvirt] [RFC PATCH 00/11] qemu: add support to hotplug memory device

2015-01-21 Thread Zhu Guihua
Now qemu has already supported memory hotplug, so this patchset will make libvirt support hotplug memory device for qemu driver. First, add two parameters slots and maxmem for memory hotplug, and the xml format can be like this. memory slot='10'102400/memory maxMemory1024000/maxMemory Second,

Re: [libvirt] [RFC PATCH 00/11] qemu: add support to hotplug memory device

2015-01-21 Thread Peter Krempa
On Wed, Jan 21, 2015 at 16:20:16 +0800, Zhu Guihua wrote: Now qemu has already supported memory hotplug, so this patchset will make libvirt support hotplug memory device for qemu driver. As I'm already working on this I can see a few problems with your series. First, add two parameters