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

2016-08-14 Thread Fam Zheng
On Thu, 08/11 11:31, Reda Sallahi wrote: > This adds the conv=notrunc option to dd which tells dd to not truncate the > output. > > Signed-off-by: Reda Sallahi > --- > Depends on: > [PATCH v5] qemu-img: add skip option to dd > > Changes from v2: > * Delete the mandatory conv=notrunc > Changes fr

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

2016-08-11 Thread Reda Sallahi
This adds the conv=notrunc option to dd which tells dd to not truncate the output. Signed-off-by: Reda Sallahi --- Depends on: [PATCH v5] qemu-img: add skip option to dd Changes from v2: * Delete the mandatory conv=notrunc Changes from v1: * Added comment qemu-img-cmds.hx | 4 ++-- qemu