Re: [Qemu-devel] [PATCH] qemu-img: Fix documentation of convert

2017-05-15 Thread Max Reitz
On 2017-05-15 12:35, Fam Zheng wrote: > It got lost in commit a8d16f9ca "qemu-img: Update documentation for -U". > > Reported-by: Max Reitz > Signed-off-by: Fam Zheng > --- > qemu-img-cmds.hx | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks! Applied to my block branch: http

Re: [Qemu-devel] [PATCH] qemu-img: Fix documentation of convert

2017-05-15 Thread Eric Blake
On 05/15/2017 05:35 AM, Fam Zheng wrote: > It got lost in commit a8d16f9ca "qemu-img: Update documentation for -U". > > Reported-by: Max Reitz > Signed-off-by: Fam Zheng > --- > qemu-img-cmds.hx | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Eric Blake -- Eric Blak

[Qemu-devel] [PATCH] qemu-img: Fix documentation of convert

2017-05-15 Thread Fam Zheng
It got lost in commit a8d16f9ca "qemu-img: Update documentation for -U". Reported-by: Max Reitz Signed-off-by: Fam Zheng --- qemu-img-cmds.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu-img-cmds.hx b/qemu-img-cmds.hx index e5bc28f..469ec12 100644 --- a/qemu-img-