Re: [Qemu-devel] [PATCH v5] qemu-img: add skip option to dd

2016-08-10 Thread Max Reitz
On 10.08.2016 16:16, Reda Sallahi wrote: > This adds the skip option which allows qemu-img dd to skip a number of blocks > before copying the input. > > A test case was added to test the skip option. > > Signed-off-by: Reda Sallahi > --- > Depends on: > [PATCH v9] qemu-img: add the 'dd' subcomma

[Qemu-devel] [PATCH v5] qemu-img: add skip option to dd

2016-08-10 Thread Reda Sallahi
This adds the skip option which allows qemu-img dd to skip a number of blocks before copying the input. A test case was added to test the skip option. Signed-off-by: Reda Sallahi --- Depends on: [PATCH v9] qemu-img: add the 'dd' subcommand Changes from v4: * Rebase. Changes from v3: * Change wr