]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add API for issuing 'info blockstats' command
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 23 Sep 2009 12:51:05 +0000 (13:51 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 29 Sep 2009 10:54:27 +0000 (11:54 +0100)
commitf225e560de930d8ab56de5f9284a6c2414786138
tree81360d6db83d9df473c3bb63530e21285bcf6c5d
parent316e9f9032e4a0de2f882064f332e6e45fe67654
Add API for issuing 'info blockstats' command

* src/qemu/qemu_monitor.c, src/qemu/qemu_monitor.h: Add a new
  qemuMonitorGetBlockStatsInfo() command
* src/qemu/qemu_driver.c: Remove directly use of blockstats in
  favour of calling qemuMonitorGetBlockStatsInfo()
src/qemu/qemu_driver.c
src/qemu/qemu_monitor_text.c
src/qemu/qemu_monitor_text.h