Re: [libvirt] [RFC PATCH 0/5] Allow data upload/download to/from storage volumes

2011-03-08 Thread Daniel P. Berrange
On Mon, Mar 07, 2011 at 02:50:12PM -0500, Cole Robinson wrote: On 02/22/2011 08:23 AM, Daniel P. Berrange wrote: This patch series introduces two new APIs to allow data upload/download to/from storage volumes, using the streams APIs. Mostly I wrote this so I had an easier way to test the

Re: [libvirt] [RFC PATCH 0/5] Allow data upload/download to/from storage volumes

2011-03-08 Thread Cole Robinson
On 03/08/2011 04:31 AM, Daniel P. Berrange wrote: On Mon, Mar 07, 2011 at 02:50:12PM -0500, Cole Robinson wrote: On 02/22/2011 08:23 AM, Daniel P. Berrange wrote: This patch series introduces two new APIs to allow data upload/download to/from storage volumes, using the streams APIs. Mostly I

Re: [libvirt] [RFC PATCH 0/5] Allow data upload/download to/from storage volumes

2011-03-08 Thread Daniel P. Berrange
On Tue, Mar 08, 2011 at 09:21:15AM -0500, Cole Robinson wrote: On 03/08/2011 04:31 AM, Daniel P. Berrange wrote: On Mon, Mar 07, 2011 at 02:50:12PM -0500, Cole Robinson wrote: On 02/22/2011 08:23 AM, Daniel P. Berrange wrote: This patch series introduces two new APIs to allow data

Re: [libvirt] [RFC PATCH 0/5] Allow data upload/download to/from storage volumes

2011-03-07 Thread Cole Robinson
On 02/22/2011 08:23 AM, Daniel P. Berrange wrote: This patch series introduces two new APIs to allow data upload/download to/from storage volumes, using the streams APIs. Mostly I wrote this so I had an easier way to test the streams handling in my RPC patch series than using QEMU tunnelled

[libvirt] [RFC PATCH 0/5] Allow data upload/download to/from storage volumes

2011-02-22 Thread Daniel P. Berrange
This patch series introduces two new APIs to allow data upload/download to/from storage volumes, using the streams APIs. Mostly I wrote this so I had an easier way to test the streams handling in my RPC patch series than using QEMU tunnelled migration code. Cole has expressed an interest in this