Re: [libvirt] [PATCH 06/10] Only call qemuMonitorGetMemoryStats for virtio memballoon

2015-06-05 Thread John Ferlan
On 06/04/2015 09:58 AM, Ján Tomko wrote: > There is nothing to get from the monitor for model='none'. > --- > src/qemu/qemu_driver.c | 19 --- > 1 file changed, 12 insertions(+), 7 deletions(-) > ACK 4-6 John -- libvir-list mailing list libvir-list@redhat.com https://www.redh

[libvirt] [PATCH 06/10] Only call qemuMonitorGetMemoryStats for virtio memballoon

2015-06-04 Thread Ján Tomko
There is nothing to get from the monitor for model='none'. --- src/qemu/qemu_driver.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 50eebf9..4690406 100644 --- a/src/qemu/qemu_driver.c +++ b/src/qemu/q