[PATCH v4 0/1] qemu-img: Add --target-is-zero to indicate that a target is blank

David Edmondson posted 1 patch 4 years, 3 months ago
Test docker-quick@centos7 passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200205110248.2009589-1-david.edmondson@oracle.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>
docs/interop/qemu-img.rst |  9 ++++++++-
qemu-img-cmds.hx          |  4 ++--
qemu-img.c                | 26 +++++++++++++++++++++++---
3 files changed, 33 insertions(+), 6 deletions(-)
[PATCH v4 0/1] qemu-img: Add --target-is-zero to indicate that a target is blank
Posted by David Edmondson 4 years, 3 months ago
qemu-img: Add --target-is-zero to indicate that a target is blank

v4:
- Wording in the doc and error message.

v3:
- Merge with the rST docs.
- No more need to fix @var -> @code.

v2:
- Remove target_is_zero, preferring to set has_zero_init
  directly (Mark Kanda).
- Disallow --target-is-zero in the presence of a backing file (Max
  Reitz).
- Add relevant documentation (Max Reitz).
- @var -> @code for options in qemu-img.texi.


David Edmondson (1):
  qemu-img: Add --target-is-zero to convert

 docs/interop/qemu-img.rst |  9 ++++++++-
 qemu-img-cmds.hx          |  4 ++--
 qemu-img.c                | 26 +++++++++++++++++++++++---
 3 files changed, 33 insertions(+), 6 deletions(-)

-- 
2.24.1