[libvirt] [PATCH v2 7/8] blockcopy: add qemu implementation of new API

2014-08-26 Thread Eric Blake
The hard part of managing the disk copy is already coded; all this had to do was convert the XML and virTypedParameters into the internal representation. With this patch, all blockcopy operations that used the old API should also work via the new API. Additional extensions, such as supporting

Re: [libvirt] [PATCH v2 7/8] blockcopy: add qemu implementation of new API

2014-08-26 Thread Peter Krempa
On 08/26/14 13:21, Eric Blake wrote: The hard part of managing the disk copy is already coded; all this had to do was convert the XML and virTypedParameters into the internal representation. With this patch, all blockcopy operations that used the old API should also work via the new API.

Re: [libvirt] [PATCH v2 7/8] blockcopy: add qemu implementation of new API

2014-08-26 Thread Eric Blake
On 08/26/2014 09:46 AM, Peter Krempa wrote: On 08/26/14 13:21, Eric Blake wrote: The hard part of managing the disk copy is already coded; all this had to do was convert the XML and virTypedParameters into the internal representation. With this patch, all blockcopy operations that used the