Re: [libvirt] [PATCH 03/11] qemu: Implement setup of memory hotplug parameters

2015-02-20 Thread Martin Kletzander
On Thu, Feb 19, 2015 at 04:38:28PM +0100, 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] [PATCH 03/11] qemu: Implement setup of memory hotplug parameters

2015-02-19 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