[libvirt] [PATCH 0/3] Report block threshold in bulk stats

Peter Krempa pkrempa at redhat.com
Thu Mar 16 15:29:48 UTC 2017


This is a follow up to:
https://www.redhat.com/archives/libvir-list/2017-March/msg00650.html

so that management apps can query the current value. The series needs to be
applied on top of the block threshold series. For convenience I've pushed it
to the same remote repository as the original series. You can fetch it here:

git fetch git://pipo.sk/pipo/libvirt.git block-threshold-1

Peter Krempa (3):
  util: json: Make function to free JSON values in virHash universal
  qemu: block: Add code to fetch block node data by node name
  qemu: stats: Display the block threshold size in bulk stats

 src/libvirt-domain.c         |  4 ++++
 src/libvirt_private.syms     |  1 +
 src/qemu/qemu_block.c        | 46 +++++++++++++++++++++++++++++++++++++++
 src/qemu/qemu_block.h        |  3 +++
 src/qemu/qemu_driver.c       | 51 +++++++++++++++++++++++++++++++++++++++++---
 src/qemu/qemu_monitor_json.c | 10 +--------
 src/util/virjson.c           |  8 +++++++
 src/util/virjson.h           |  1 +
 tools/virsh.pod              |  3 +++
 9 files changed, 115 insertions(+), 12 deletions(-)

-- 
2.12.0




More information about the libvir-list mailing list