qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Make qemu-img dd more flexible
@ 2022-02-10 13:31 Fabian Ebner
  2022-02-10 13:31 ` [PATCH 1/4] qemu-img: dd: add osize and read from/to stdin/stdout Fabian Ebner
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Fabian Ebner @ 2022-02-10 13:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, w.bumiller, qemu-block, aderumier, hreitz, t.lamprecht

Adds support for reading from stdin and writing to stdout (when raw
format is used), as well as overriding the size of the output and
input image/stream.

Additionally, the options -n for skipping output image creation and -l
for loading a snapshot are made available like for convert.

Alexandre Derumier (1):
  qemu-img: dd: add -n option (skip target volume creation)

Fabian Ebner (1):
  qemu-img: dd: add -l option for loading a snapshot

Wolfgang Bumiller (2):
  qemu-img: dd: add osize and read from/to stdin/stdout
  qemu-img: dd: add isize parameter

 docs/tools/qemu-img.rst |  28 ++++-
 qemu-img-cmds.hx        |   4 +-
 qemu-img.c              | 261 +++++++++++++++++++++++++++++-----------
 3 files changed, 215 insertions(+), 78 deletions(-)

-- 
2.30.2




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-02-15  8:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-10 13:31 [PATCH 0/4] Make qemu-img dd more flexible Fabian Ebner
2022-02-10 13:31 ` [PATCH 1/4] qemu-img: dd: add osize and read from/to stdin/stdout Fabian Ebner
2022-02-10 13:31 ` [PATCH 2/4] qemu-img: dd: add isize parameter Fabian Ebner
2022-02-10 13:31 ` [PATCH 3/4] qemu-img: dd: add -n option (skip target volume creation) Fabian Ebner
2022-02-10 13:31 ` [PATCH 4/4] qemu-img: dd: add -l option for loading a snapshot Fabian Ebner
2022-02-11 16:31 ` [PATCH 0/4] Make qemu-img dd more flexible Eric Blake
2022-02-11 16:42   ` Hanna Reitz
2022-02-15  8:49     ` Fabian Ebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).