Re: [Qemu-devel] [PATCH 0/2] qemu-img: Fix qemu-img convert -n

2015-02-13 Thread Stefan Hajnoczi
On Wed, Feb 11, 2015 at 09:58:45AM -0500, Max Reitz wrote: > Even when specifying -n to suppress image creation with qemu-img > convert, that function tried to verify that the target protocol and > driver are suited for image creation. This verification should be > suppressed, too (which is what th

Re: [Qemu-devel] [PATCH 0/2] qemu-img: Fix qemu-img convert -n

2015-02-11 Thread Eric Blake
On 02/11/2015 07:58 AM, Max Reitz wrote: > Even when specifying -n to suppress image creation with qemu-img > convert, that function tried to verify that the target protocol and > driver are suited for image creation. This verification should be > suppressed, too (which is what the first patch in t

[Qemu-devel] [PATCH 0/2] qemu-img: Fix qemu-img convert -n

2015-02-11 Thread Max Reitz
Even when specifying -n to suppress image creation with qemu-img convert, that function tried to verify that the target protocol and driver are suited for image creation. This verification should be suppressed, too (which is what the first patch in this series does, the second one adds a test for i