On Thu, Apr 20, 2017 at 4:11 PM, Fam Zheng wrote:
> On Thu, 04/20 15:59, 858585 jemmy wrote:
>> On Thu, Apr 20, 2017 at 3:51 PM, Fam Zheng wrote:
>> > On Thu, 04/20 12:04, jemmy858...@gmail.com wrote:
>> >> From: Lidong Chen
>> >>
>> >> When use old style option like -o backing_file, img_convert
On Thu, 04/20 15:59, 858585 jemmy wrote:
> On Thu, Apr 20, 2017 at 3:51 PM, Fam Zheng wrote:
> > On Thu, 04/20 12:04, jemmy858...@gmail.com wrote:
> >> 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.
On Thu, Apr 20, 2017 at 3:51 PM, Fam Zheng wrote:
> On Thu, 04/20 12:04, jemmy858...@gmail.com wrote:
>> 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
>> ---
>> qemu-im
On Thu, 04/20 12:04, jemmy858...@gmail.com wrote:
> 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
> ---
> qemu-img.c | 7 +++
> 1 file changed, 7 insertions(+)
>
> dif
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
---
qemu-img.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/qemu-img.c b/qemu-img.c
index b220cf7..c673aef 100644
--- a/qe