Re: [libvirt] [PATCH] virsh: Fix docs for "virsh setmaxmem"

2013-03-25 Thread Peter Krempa
On 03/22/13 22:01, Eric Blake wrote: On 03/22/2013 04:08 AM, Peter Krempa wrote: The docs assumed the command works always for QEMU and other hypervisors. Unfortunately until qemu will add memory hotplug this can't be done. Fix the docs to mention this limitation. The setmaxmem command control

Re: [libvirt] [PATCH] virsh: Fix docs for "virsh setmaxmem"

2013-03-22 Thread Eric Blake
On 03/22/2013 04:08 AM, Peter Krempa wrote: > The docs assumed the command works always for QEMU and other > hypervisors. Unfortunately until qemu will add memory hotplug > this can't be done. Fix the docs to mention this limitation. The setmaxmem command controls balloon size, not memory hotplug.

[libvirt] [PATCH] virsh: Fix docs for "virsh setmaxmem"

2013-03-22 Thread Peter Krempa
The docs assumed the command works always for QEMU and other hypervisors. Unfortunately until qemu will add memory hotplug this can't be done. Fix the docs to mention this limitation. --- tools/virsh.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/virsh.pod b/tools/