Re: [Qemu-devel] [PATCH] qemu-img: Check for backing image if specified during create

2017-05-04 Thread John Snow
On 05/04/2017 03:58 PM, Eric Blake wrote: > On 05/04/2017 02:30 PM, John Snow wrote: >> Or, rather, force the open of a backing image if one was specified >> for creation. Using a similar -unsafe option as rebase, allow qemu-img >> to ignore the backing file validation if possible. >> >> It may n

Re: [Qemu-devel] [PATCH] qemu-img: Check for backing image if specified during create

2017-05-04 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH] qemu-img: Check for backing image if specified during create Message-id: 20170504193044.16303-1-js...@redhat.com Type: series === TEST SCRIPT BEGIN === #!/bin/bash

Re: [Qemu-devel] [PATCH] qemu-img: Check for backing image if specified during create

2017-05-04 Thread Eric Blake
On 05/04/2017 02:30 PM, John Snow wrote: > Or, rather, force the open of a backing image if one was specified > for creation. Using a similar -unsafe option as rebase, allow qemu-img > to ignore the backing file validation if possible. > > It may not always be possible, as in the existing case of

[Qemu-devel] [PATCH] qemu-img: Check for backing image if specified during create

2017-05-04 Thread John Snow
Or, rather, force the open of a backing image if one was specified for creation. Using a similar -unsafe option as rebase, allow qemu-img to ignore the backing file validation if possible. It may not always be possible, as in the existing case of if a filesize for the new image was not specified.