Re: [libvirt] [PATCH 11/27] Add API for issuing 'info blockstats' command

2009-09-28 Thread Mark McLoughlin
On Thu, 2009-09-24 at 16:00 +0100, Daniel P. Berrange wrote: > * 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/

[libvirt] [PATCH 11/27] Add API for issuing 'info blockstats' command

2009-09-24 Thread Daniel P. Berrange
* 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 | 95 +++-- sr