Re: [libvirt] [PATCH v2 2/2] Added RSS reporting

2012-02-03 Thread Daniel Veillard
On Tue, Jan 24, 2012 at 02:25:05PM +0100, Martin Kletzander wrote: Added RSS information gathering into qemuMemoryStats into qemu driver and the reporting into virsh dommemstat. --- v2: - fixed sign for the ret variable (can be negative) include/libvirt/libvirt.h.in |7 ++-

[libvirt] [PATCH v2 2/2] Added RSS reporting

2012-01-24 Thread Martin Kletzander
Added RSS information gathering into qemuMemoryStats into qemu driver and the reporting into virsh dommemstat. --- v2: - fixed sign for the ret variable (can be negative) include/libvirt/libvirt.h.in |7 ++- src/qemu/qemu_driver.c | 23 ++- tools/virsh.c