qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: David Edmondson <david.edmondson@oracle.com>
To: qemu-devel@nongnu.org, qemu-block@nongnu.org
Cc: David Edmondson <david.edmondson@oracle.com>
Subject: [PATCH v2 0/2] qemu-img: Add --target-is-zero to indicate that a target is blank
Date: Fri, 24 Jan 2020 10:34:56 +0000	[thread overview]
Message-ID: <20200124103458.1525982-1-david.edmondson@oracle.com> (raw)


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



             reply	other threads:[~2020-01-24 10:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-24 10:34 David Edmondson [this message]
2020-01-24 10:34 ` [PATCH v2 1/2] qemu-img: Add --target-is-zero to convert David Edmondson
2020-01-27 22:39   ` Eric Blake
2020-01-28  7:46     ` David Edmondson
2020-02-03 18:20   ` Vladimir Sementsov-Ogievskiy
2020-02-03 19:00     ` Eric Blake
2020-02-04  9:54     ` David Edmondson
2020-01-24 10:34 ` [PATCH v2 2/2] doc: Use @code rather than @var for options David Edmondson
2020-01-27 19:31   ` Eric Blake
2020-01-28  7:39     ` David Edmondson
2020-01-28  9:10       ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200124103458.1525982-1-david.edmondson@oracle.com \
    --to=david.edmondson@oracle.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).