[libvirt] [PATCH v2 3/8] blockcopy: expose new API in virsh

2014-08-26 Thread Eric Blake
Expose the new power of virDomainBlockCopy through virsh. Continue to use the older API where possible, for maximum compatibility. The command now requires either --dest (with optional --format), to directly describe the file destination, or --xml, to name a file that contains an XML description

Re: [libvirt] [PATCH v2 3/8] blockcopy: expose new API in virsh

2014-08-26 Thread Peter Krempa
On 08/26/14 13:21, Eric Blake wrote: Expose the new power of virDomainBlockCopy through virsh. Continue to use the older API where possible, for maximum compatibility. The command now requires either --dest (with optional --format), to directly describe the file destination, or --xml, to

Re: [libvirt] [PATCH v2 3/8] blockcopy: expose new API in virsh

2014-08-26 Thread Eric Blake
On 08/26/2014 09:12 AM, Peter Krempa wrote: On 08/26/14 13:21, Eric Blake wrote: Expose the new power of virDomainBlockCopy through virsh. Continue to use the older API where possible, for maximum compatibility. @@ -1901,18 +1935,82 @@ cmdBlockCopy(vshControl *ctl, const vshCmd *cmd)