All of lore.kernel.org
 help / color / mirror / Atom feed
From: Reda Sallahi <fullmanet@gmail.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, mreitz@redhat.com, qemu-block@nongnu.org,
	stefanha@redhat.com, famz@redhat.com
Subject: [Qemu-devel] [PATCH RFC 0/1] Subcommand dd for qemu-img
Date: Wed, 22 Jun 2016 19:19:44 +0200	[thread overview]
Message-ID: <20160622171935.GA4620@localhost> (raw)

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	other threads:[~2016-06-22 17:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-22 17:19 Reda Sallahi [this message]
2016-06-23  7:19 ` [Qemu-devel] [PATCH RFC 0/1] Subcommand dd for qemu-img Markus Armbruster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160622171935.GA4620@localhost \
    --to=fullmanet@gmail.com \
    --cc=famz@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=mreitz@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.