Re: [libvirt] [PATCH 7/8] qemu: Reject invalid block copy targets for

2016-05-06 Thread John Ferlan
On 05/02/2016 10:32 AM, Peter Krempa wrote: > Extract the relevant parts of the existing checker and reuse them for > blockcopy since copying to a non-block device creates an invalid > configuration. > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1209802 > --- > src/qemu/qemu_command

[libvirt] [PATCH 7/8] qemu: Reject invalid block copy targets for

2016-05-02 Thread Peter Krempa
Extract the relevant parts of the existing checker and reuse them for blockcopy since copying to a non-block device creates an invalid configuration. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1209802 --- src/qemu/qemu_command.c | 14 +- src/qemu/qemu_domain.c | 31 +++