Re: [libvirt] [PATCH 3/3] storage: Split out volume upload/download as separate backend function

2014-07-11 Thread Peter Krempa
On 07/10/14 18:48, Eric Blake wrote: On 07/10/2014 08:30 AM, Peter Krempa wrote: For non-local storage drivers we can't expect to use the FDStream backend for up/downloading volumes. Split the code into a separate backend function so that we can add protocol specific code later. ---

[libvirt] [PATCH 3/3] storage: Split out volume upload/download as separate backend function

2014-07-10 Thread Peter Krempa
For non-local storage drivers we can't expect to use the FDStream backend for up/downloading volumes. Split the code into a separate backend function so that we can add protocol specific code later. --- src/storage/storage_backend.c | 31 +++

Re: [libvirt] [PATCH 3/3] storage: Split out volume upload/download as separate backend function

2014-07-10 Thread Eric Blake
On 07/10/2014 08:30 AM, Peter Krempa wrote: For non-local storage drivers we can't expect to use the FDStream backend for up/downloading volumes. Split the code into a separate backend function so that we can add protocol specific code later. --- src/storage/storage_backend.c | 31