mbox series

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

Message ID 20200204095246.1974117-1-david.edmondson@oracle.com (mailing list archive)
Headers show
Series qemu-img: Add --target-is-zero to indicate that a target is blank | expand

Message

David Edmondson Feb. 4, 2020, 9:52 a.m. UTC
qemu-img: Add --target-is-zero to indicate that a target is blank

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 |  8 +++++++-
 qemu-img-cmds.hx          |  4 ++--
 qemu-img.c                | 25 ++++++++++++++++++++++---
 3 files changed, 31 insertions(+), 6 deletions(-)