Re: [Qemu-devel] [PATCH RFC 0/1] Subcommand dd for qemu-img

2016-06-23 Thread Markus Armbruster
Reda Sallahi writes: > Hi, > > I have a first patch that adds a minimal subcommand dd for qemu-img that > is similar to dd(1) so this is a work-in-progress. > > So far it implements the bs and count options with of course the if and of > options (e.g. ./qemu-img dd if=foo.raw of=foo.qcow2 bs=128K

[Qemu-devel] [PATCH RFC 0/1] Subcommand dd for qemu-img

2016-06-22 Thread Reda Sallahi
Hi, I have a first patch that adds a minimal subcommand dd for qemu-img that is similar to dd(1) so this is a work-in-progress. So far it implements the bs and count options with of course the if and of options (e.g. ./qemu-img dd if=foo.raw of=foo.qcow2 bs=128K count=10 -O qcow2). There is no o