Re: [libvirt] [PATCH 2/5] Add public APIs for storage volume upload/download

2011-03-18 Thread Daniel P. Berrange
On Tue, Mar 15, 2011 at 10:37:01AM -0600, Eric Blake wrote: > On 03/15/2011 06:30 AM, Daniel P. Berrange wrote: > > New APIs are added allowing streaming of content to/from > > storage volumes. A new API for creating volumes is also > > added allowing the content to be provided immediately at > > t

Re: [libvirt] [PATCH 2/5] Add public APIs for storage volume upload/download

2011-03-15 Thread Eric Blake
On 03/15/2011 06:30 AM, Daniel P. Berrange wrote: > New APIs are added allowing streaming of content to/from > storage volumes. A new API for creating volumes is also > added allowing the content to be provided immediately at > time of creation > > * include/libvirt/libvirt.h.in: Add virStorageVol

[libvirt] [PATCH 2/5] Add public APIs for storage volume upload/download

2011-03-15 Thread Daniel P. Berrange
New APIs are added allowing streaming of content to/from storage volumes. A new API for creating volumes is also added allowing the content to be provided immediately at time of creation * include/libvirt/libvirt.h.in: Add virStorageVolUpload and virStorageVolDownload, virStorageVolCreateUpload

[libvirt] [PATCH 2/5] Add public APIs for storage volume upload/download

2011-02-22 Thread Daniel P. Berrange
New APIs are added allowing streaming of content to/from storage volumes. A new API for creating volumes is also added allowing the content to be provided immediately at time of creation * include/libvirt/libvirt.h.in: Add virStorageVolUpload and virStorageVolDownload, virStorageVolCreateUpload