Re: [libvirt] [PATCH v2 1/1] qemu: add entry for balloon stat stat-disk-caches

2018-06-13 Thread John Ferlan
$SUBJ: s/add/Add Might be nice to add something here... You could even add your qemu commit id that added this for QEMU 2.12, e.g. QEMU 2.12 commit id bf1e7140e provides balloon statistics for how much memory can be quickly reclaimed without additional I/O, so let's add reporting that to the

[libvirt] [PATCH v2 1/1] qemu: add entry for balloon stat stat-disk-caches

2018-06-08 Thread Tomáš Golembiovský
Signed-off-by: Tomáš Golembiovský --- include/libvirt/libvirt-domain.h | 9 - src/libvirt-domain.c | 3 +++ src/qemu/qemu_monitor_json.c | 2 ++ tools/virsh-domain-monitor.c | 2 ++ 4 files changed, 15 insertions(+), 1 deletion(-) diff --git