Re: [libvirt] [PATCH] Fix memory reporting for inactive domains in the qemu driver.

2009-06-19 Thread Daniel P. Berrange
On Thu, Jun 18, 2009 at 12:35:39PM -0400, Cole Robinson wrote: > Currently, 'info' will always report that mem = max mem. Make sure we > actually return the correct mem value. > > Signed-off-by: Cole Robinson Ahh, very subtle ! ACK Daniel -- |: Red Hat, Engineering, London -o- http://peopl

Re: [libvirt] [PATCH] Fix memory reporting for inactive domains in the qemu driver.

2009-06-19 Thread Daniel Veillard
On Thu, Jun 18, 2009 at 12:35:39PM -0400, Cole Robinson wrote: > Currently, 'info' will always report that mem = max mem. Make sure we > actually return the correct mem value. Yes that makes sense to me, ACK ! thanks ! Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http:

[libvirt] [PATCH] Fix memory reporting for inactive domains in the qemu driver.

2009-06-18 Thread Cole Robinson
Currently, 'info' will always report that mem = max mem. Make sure we actually return the correct mem value. Signed-off-by: Cole Robinson --- src/qemu_driver.c | 24 +++- 1 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/qemu_driver.c b/src/qemu_driver.c i