qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Reda Sallahi
Subject: [Qemu-block] [PATCH RFC 0/1] Subcommand dd for qemu-img
Date: Wed, 22 Jun 2016 19:19:44 +0200
User-agent: Mutt/1.6.1 (2016-04-27)

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 output with statistics for now so this acts like dd status=none.


Reda Sallahi (1):
  qemu-img: add the 'dd' subcommand

 qemu-img-cmds.hx |   6 +
 qemu-img.c       | 833 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 838 insertions(+), 1 deletion(-)

-- 
2.9.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]