qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] qemu-img dd
@ 2016-08-22  7:55 Reda Sallahi
  2016-08-22  7:55 ` [Qemu-devel] [PATCH 1/7] qemu-img: add seek option to dd Reda Sallahi
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Reda Sallahi @ 2016-08-22  7:55 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-block, Kevin Wolf, Max Reitz, Fam Zheng, Stefan Hajnoczi,
	Reda Sallahi

Hi everyone,

This patchset adds additional options to qemu-img dd.

Depends on:
[PATCH v4] qemu-img: change opening method for the output in dd

Reda Sallahi (7):
  qemu-img: add seek option to dd
  qemu-img: add iflag and oflag options to dd
  qemu-img: add more conv= conversions to dd
  qemu-img: delete not used variable and an unecessary check
  qemu-img: add status option to dd
  qemu-img: clean up dd documentation
  qemu-img: add a test suite for the count option

 qemu-img-cmds.hx           |   4 +-
 qemu-img.c                 | 431 ++++++++++++++++++++++++++++++++++++++++-----
 qemu-img.texi              |  69 +++++++-
 tests/qemu-iotests/159     |   2 +-
 tests/qemu-iotests/160     |   2 +-
 tests/qemu-iotests/161     |  73 ++++++++
 tests/qemu-iotests/161.out |  51 ++++++
 tests/qemu-iotests/163     | 103 +++++++++++
 tests/qemu-iotests/163.out | 135 ++++++++++++++
 tests/qemu-iotests/164     | 100 +++++++++++
 tests/qemu-iotests/164.out |  75 ++++++++
 tests/qemu-iotests/165     | 110 ++++++++++++
 tests/qemu-iotests/165.out |  33 ++++
 tests/qemu-iotests/166     |  73 ++++++++
 tests/qemu-iotests/166.out |  19 ++
 tests/qemu-iotests/167     |  77 ++++++++
 tests/qemu-iotests/167.out |  17 ++
 tests/qemu-iotests/168     |  75 ++++++++
 tests/qemu-iotests/168.out |  51 ++++++
 tests/qemu-iotests/group   |   7 +
 20 files changed, 1449 insertions(+), 58 deletions(-)
 create mode 100755 tests/qemu-iotests/161
 create mode 100644 tests/qemu-iotests/161.out
 create mode 100755 tests/qemu-iotests/163
 create mode 100644 tests/qemu-iotests/163.out
 create mode 100755 tests/qemu-iotests/164
 create mode 100644 tests/qemu-iotests/164.out
 create mode 100755 tests/qemu-iotests/165
 create mode 100644 tests/qemu-iotests/165.out
 create mode 100755 tests/qemu-iotests/166
 create mode 100644 tests/qemu-iotests/166.out
 create mode 100755 tests/qemu-iotests/167
 create mode 100644 tests/qemu-iotests/167.out
 create mode 100755 tests/qemu-iotests/168
 create mode 100644 tests/qemu-iotests/168.out

-- 
2.9.3

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

end of thread, other threads:[~2016-08-23 21:12 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-22  7:55 [Qemu-devel] [PATCH 0/7] qemu-img dd Reda Sallahi
2016-08-22  7:55 ` [Qemu-devel] [PATCH 1/7] qemu-img: add seek option to dd Reda Sallahi
2016-08-22 13:06   ` Stefan Hajnoczi
2016-08-22  7:55 ` [Qemu-devel] [PATCH 2/7] qemu-img: add iflag and oflag options " Reda Sallahi
2016-08-22 13:26   ` Stefan Hajnoczi
2016-08-22  7:55 ` [Qemu-devel] [PATCH 3/7] qemu-img: add more conv= conversions " Reda Sallahi
2016-08-22 13:35   ` Stefan Hajnoczi
2016-08-22 14:02     ` Reda Sallahi
2016-08-23 16:03       ` Stefan Hajnoczi
2016-08-22  7:55 ` [Qemu-devel] [PATCH 4/7] qemu-img: delete not used variable and an unecessary check Reda Sallahi
2016-08-22 13:36   ` [Qemu-devel] [Qemu-block] " Stefan Hajnoczi
2016-08-22  7:55 ` [Qemu-devel] [PATCH 5/7] qemu-img: add status option to dd Reda Sallahi
2016-08-22 13:45   ` [Qemu-devel] [Qemu-block] " Stefan Hajnoczi
2016-08-22 13:50   ` [Qemu-devel] " Reda Sallahi
2016-08-22  7:55 ` [Qemu-devel] [PATCH 6/7] qemu-img: clean up dd documentation Reda Sallahi
2016-08-22 13:46   ` Stefan Hajnoczi
2016-08-22  7:55 ` [Qemu-devel] [PATCH 7/7] qemu-img: add a test suite for the count option Reda Sallahi
2016-08-22 13:46   ` Stefan Hajnoczi

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).