Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1770044532.git.pkrempa@redhat.com
docs/formatdomain.rst | 77 ++++++++--
docs/manpages/virsh.rst | 7 +
include/libvirt/libvirt-domain.h | 113 +++++++++++++++
src/conf/domain_conf.c | 133 +++++++++++++++++-
src/conf/domain_conf.h | 7 +
src/conf/schemas/domaincommon.rng | 37 ++++-
src/qemu/qemu_domain.c | 17 +++
src/qemu/qemu_domain.h | 3 +
src/qemu/qemu_driver.c | 43 ++++++
src/qemu/qemu_hotplug.c | 52 ++++---
src/qemu/qemu_monitor.c | 41 ++++++
src/qemu/qemu_monitor.h | 27 ++++
src/qemu/qemu_monitor_json.c | 115 +++++++++++++++
src/qemu/qemu_monitor_json.h | 9 ++
src/qemu/qemu_process.c | 63 ++++++---
src/qemu/qemu_process.h | 3 +
tests/qemumonitorjsontest.c | 9 ++
...isk-statistics-intervals.x86_64-latest.xml | 29 ++++
.../disk-statistics-intervals.xml | 25 ++++
19 files changed, 748 insertions(+), 62 deletions(-)