On 07/02/2013 09:39 AM, John Ferlan wrote: <...snip...> > > John Ferlan (8): > Add qemuMonitorGetObjectListPaths() method for QMP qom-list command > Add qemuMonitorGetObjectProperty() method for QMP qom-get command > Add qemuMonitorSetObjectProperty() method for QMP qom-set command > Add 'period' for Memballoon statistics gathering capability > Determine whether to start balloon memory stats gathering. > Add capability to fetch balloon stats > If available fetch the balloon driver memory stats > Allow balloon driver collection to be adjusted dynamically > > docs/formatdomain.html.in | 14 ++ > docs/schemas/domaincommon.rng | 7 + > include/libvirt/libvirt.h.in | 1 + > src/conf/domain_conf.c | 27 +++- > src/conf/domain_conf.h | 1 + > src/libvirt.c | 8 +- > src/qemu/qemu_domain.c | 1 + > src/qemu/qemu_domain.h | 2 + > src/qemu/qemu_driver.c | 61 +++++++- > src/qemu/qemu_monitor.c | 79 +++++++++++ > src/qemu/qemu_monitor.h | 57 ++++++++ > src/qemu/qemu_monitor_json.c | 317 ++++++++++++++++++++++++++++++++++++++++++ > src/qemu/qemu_monitor_json.h | 18 +++ > src/qemu/qemu_process.c | 164 +++++++++++++++++++++- > tests/qemumonitorjsontest.c | 184 ++++++++++++++++++++++++ > tools/virsh-domain-monitor.c | 70 +++++++++- > 16 files changed, 1000 insertions(+), 11 deletions(-) > FYI: I have rebased to the most recently pushed patches and have removed the virReportOOMError()'s from patch #1 and #5 John -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list