On Thu, Apr 20, 2017 at 5:33 PM, Kevin Wolf wrote:
> Am 20.04.2017 um 11:19 hat jemmy858...@gmail.com geschrieben:
>> From: Lidong Chen
>>
>> When use old style option like -o backing_file, img_convert
>> continue run when bs_n > 1, this patch fix this bug.
>>
>> Signed-off-by: Lidong Chen
>
> I
Am 20.04.2017 um 11:19 hat jemmy858...@gmail.com geschrieben:
> From: Lidong Chen
>
> When use old style option like -o backing_file, img_convert
> continue run when bs_n > 1, this patch fix this bug.
>
> Signed-off-by: Lidong Chen
I think this is a duplicate of Max' "[PATCH for-2.10 3/3]
qemu
test result for this patch:
qemu-img convert -c -p -o
backing_file=/baseimage/img2015122818606660/img2015122818606660.qcow2
-O qcow2 /data/img2017041611162809.qcow2
/data/img2017041611162809.qcow2 /mnt/img2017041611162809_zip_new.qcow2
qemu-img: Specifying backing image makes no sense when concaten
From: Lidong Chen
When use old style option like -o backing_file, img_convert
continue run when bs_n > 1, this patch fix this bug.
Signed-off-by: Lidong Chen
---
v2 changelog:
avoid duplicating code.
---
qemu-img.c | 15 +++
1 file changed, 7 insertions(+), 8 deletions(-)
diff