Re: [Qemu-devel] [PATCH] qemu-img: add conv=notrunc option to dd

2016-08-10 Thread Fam Zheng
On Thu, 08/11 05:07, Reda Sallahi wrote: > This adds the conv=notrunc option to dd which tells dd to not truncate the > output. > > For the time being we make it mandatory to specify conv=notrunc. > > Signed-off-by: Reda Sallahi > --- > qemu-img-cmds.hx | 4 ++-- > qemu-img.c

[Qemu-devel] [PATCH] qemu-img: add conv=notrunc option to dd

2016-08-10 Thread Reda Sallahi
This adds the conv=notrunc option to dd which tells dd to not truncate the output. For the time being we make it mandatory to specify conv=notrunc. Signed-off-by: Reda Sallahi --- qemu-img-cmds.hx | 4 ++-- qemu-img.c | 31 --- qemu-img.texi