Re: [Qemu-devel] [PATCH 1/7] qemu-img: add seek option to dd

2016-08-22 Thread Stefan Hajnoczi
On Mon, Aug 22, 2016 at 09:55:11AM +0200, Reda Sallahi wrote: > This patch adds the seek option which allows qemu-img dd to skip a number of > blocks on the output before copying the input. > > A test case was added to test the seek option. > > Signed-off-by: Reda Sallahi > --- > qemu-img-cmds.

[Qemu-devel] [PATCH 1/7] qemu-img: add seek option to dd

2016-08-22 Thread Reda Sallahi
This patch adds the seek option which allows qemu-img dd to skip a number of blocks on the output before copying the input. A test case was added to test the seek option. Signed-off-by: Reda Sallahi --- qemu-img-cmds.hx | 4 +-- qemu-img.c | 45 +++