Re: [libvirt] [PATCH 4/6] Support volume data upload/download APIs in storage driver

2011-03-24 Thread Eric Blake
On 03/23/2011 11:36 AM, Daniel P. Berrange wrote: Use generic FD streams to allow data upload/download to/from any storage volume * src/storage/storage_driver.c: Wire up upload/download APIs --- src/storage/storage_driver.c | 132 +- 1 files

[libvirt] [PATCH 4/6] Support volume data upload/download APIs in storage driver

2011-03-23 Thread Daniel P. Berrange
Use generic FD streams to allow data upload/download to/from any storage volume * src/storage/storage_driver.c: Wire up upload/download APIs --- src/storage/storage_driver.c | 132 +- 1 files changed, 130 insertions(+), 2 deletions(-) diff --git

Re: [libvirt] [PATCH 4/6] Support volume data upload/download APIs in storage driver

2011-03-21 Thread Eric Blake
On 03/18/2011 10:36 AM, Daniel P. Berrange wrote: * src/storage/storage_driver.c: Wire up upload/download APIs --- src/storage/storage_driver.c | 133 +- 1 files changed, 131 insertions(+), 2 deletions(-) +static int

[libvirt] [PATCH 4/6] Support volume data upload/download APIs in storage driver

2011-03-18 Thread Daniel P. Berrange
* src/storage/storage_driver.c: Wire up upload/download APIs --- src/storage/storage_driver.c | 133 +- 1 files changed, 131 insertions(+), 2 deletions(-) diff --git a/src/storage/storage_driver.c b/src/storage/storage_driver.c index ce528cf..706db74