Re: [libvirt] [PATCHv2.5 02/10] qemu: Implement setup of memory hotplug parameters

2015-03-12 Thread John Ferlan
On 03/04/2015 11:24 AM, Peter Krempa wrote: To enable memory hotplug the maximum memory size and slot count need to be specified. As qemu supports now other units than mebibytes when specifying memory, use the new interface in this case. --- docs/formatdomain.html.in

[libvirt] [PATCHv2.5 02/10] qemu: Implement setup of memory hotplug parameters

2015-03-04 Thread Peter Krempa
To enable memory hotplug the maximum memory size and slot count need to be specified. As qemu supports now other units than mebibytes when specifying memory, use the new interface in this case. --- docs/formatdomain.html.in | 2 +- src/qemu/qemu_command.c