Re: [libvirt] [PATCHv3 11/12] qemu: Implement memory device hotplug

2015-03-23 Thread Peter Krempa
On Thu, Mar 19, 2015 at 18:40:36 -0400, John Ferlan wrote: > > > On 03/17/2015 10:20 AM, Peter Krempa wrote: > > Add code to hot-add memory devices to running qemu instances. > > --- > > > > Notes: > > Version 3: > > - added comment to clarify that @mem is always consumed by > > qemuDom

Re: [libvirt] [PATCHv3 11/12] qemu: Implement memory device hotplug

2015-03-19 Thread John Ferlan
On 03/17/2015 10:20 AM, Peter Krempa wrote: > Add code to hot-add memory devices to running qemu instances. > --- > > Notes: > Version 3: > - added comment to clarify that @mem is always consumed by > qemuDomainAttachMemory > Version 2: > - no change > > Version 2: >

[libvirt] [PATCHv3 11/12] qemu: Implement memory device hotplug

2015-03-17 Thread Peter Krempa
Add code to hot-add memory devices to running qemu instances. --- Notes: Version 3: - added comment to clarify that @mem is always consumed by qemuDomainAttachMemory Version 2: - no change Version 2: - no change src/qemu/qemu_command.c | 4 +-- src/qemu/qemu_comman