Re: [libvirt] [PATCH for 1.2.6] qemu: copy: Accept 'format' parameter when copying to a non-existing img

2014-07-01 Thread Peter Krempa
On 07/01/14 17:42, Eric Blake wrote: > On 07/01/2014 09:31 AM, Peter Krempa wrote: >> We have the following matrix of possible arguments handled by the logic >> statement touched by this patch: >>| flags & _REUSE_EXT | !(flags & _REUSE_EXT) >> ---++--

Re: [libvirt] [PATCH for 1.2.6] qemu: copy: Accept 'format' parameter when copying to a non-existing img

2014-07-01 Thread Eric Blake
On 07/01/2014 09:31 AM, Peter Krempa wrote: > We have the following matrix of possible arguments handled by the logic > statement touched by this patch: >| flags & _REUSE_EXT | !(flags & _REUSE_EXT) > ---++-- > format| (1)| (2) >

[libvirt] [PATCH for 1.2.6] qemu: copy: Accept 'format' parameter when copying to a non-existing img

2014-07-01 Thread Peter Krempa
We have the following matrix of possible arguments handled by the logic statement touched by this patch: | flags & _REUSE_EXT | !(flags & _REUSE_EXT) ---++-- format| (1)| (2) ---++-- !for