Re: [libvirt] [PATCH 4/6] Implement virDomainGetBlockInfo in QEMU driver

2010-04-28 Thread Jim Meyering
Daniel P. Berrange wrote: > * src/qemu/qemu_driver.c: Implementation of virDomainGetBlockInfo > * src/util/storage_file.h: Add DEV_BSIZE > * src/storage/storage_backend.c: Remove DEV_BSIZE ... Hi Dan, This whole series looks fine. > +static int qemuDomainGetBlockInfo(virDomainPtr dom, It's sligh

[libvirt] [PATCH 4/6] Implement virDomainGetBlockInfo in QEMU driver

2010-04-28 Thread Daniel P. Berrange
* src/qemu/qemu_driver.c: Implementation of virDomainGetBlockInfo * src/util/storage_file.h: Add DEV_BSIZE * src/storage/storage_backend.c: Remove DEV_BSIZE --- src/qemu/qemu_driver.c| 117 - src/storage/storage_backend.c |4 -- src/util/storage