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
