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

David Edmondson posted 2 patches 5 years, 9 months ago
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200124103458.1525982-1-david.edmondson@oracle.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
There is a newer version of this series
qemu-img-cmds.hx |  4 ++--
qemu-img.c       | 25 ++++++++++++++++++++++---
qemu-img.texi    | 20 ++++++++++++--------
3 files changed, 36 insertions(+), 13 deletions(-)
[PATCH v2 0/2] qemu-img: Add --target-is-zero to indicate that a target is blank
Posted by David Edmondson 5 years, 9 months ago
qemu-img: Add --target-is-zero to indicate that a target is blank

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 (2):
  qemu-img: Add --target-is-zero to convert
  doc: Use @code rather than @var for options

 qemu-img-cmds.hx |  4 ++--
 qemu-img.c       | 25 ++++++++++++++++++++++---
 qemu-img.texi    | 20 ++++++++++++--------
 3 files changed, 36 insertions(+), 13 deletions(-)

-- 
2.24.1