Re: [libvirt] [PATCH 1/6] Add virDomainGetBlockInfo API to query disk sizing

2010-04-28 Thread Daniel P. Berrange
On Wed, Apr 28, 2010 at 04:19:11PM +0200, Daniel Veillard wrote: > On Wed, Apr 28, 2010 at 01:54:45PM +0100, Daniel P. Berrange wrote: > > Some applications need to be able to query a guest's disk info, > > even for paths not managed by the storage pool APIs. This adds > > a very simple API to get

Re: [libvirt] [PATCH 1/6] Add virDomainGetBlockInfo API to query disk sizing

2010-04-28 Thread Daniel Veillard
On Wed, Apr 28, 2010 at 01:54:45PM +0100, Daniel P. Berrange wrote: > Some applications need to be able to query a guest's disk info, > even for paths not managed by the storage pool APIs. This adds > a very simple API to get this information, modelled on the > virStorageVolGetInfo API, but with an

[libvirt] [PATCH 1/6] Add virDomainGetBlockInfo API to query disk sizing

2010-04-28 Thread Daniel P. Berrange
Some applications need to be able to query a guest's disk info, even for paths not managed by the storage pool APIs. This adds a very simple API to get this information, modelled on the virStorageVolGetInfo API, but with an extra field 'physical'. Normally 'physical' and 'allocation' will be identi