From: Max Reitz <mreitz@redhat.com>
To: qemu-block@nongnu.org
Cc: qemu-devel@nongnu.org, "Max Reitz" <mreitz@redhat.com>,
"Kevin Wolf" <kwolf@redhat.com>, "Eric Blake" <eblake@redhat.com>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>
Subject: [Qemu-devel] [PATCH v2 0/3] qemu-img/convert: Some small fixes
Date: Wed, 26 Apr 2017 15:46:46 +0200 [thread overview]
Message-ID: <20170426134649.9042-1-mreitz@redhat.com> (raw)
This series fixes some small issues in qemu-img's convert subcommand.
v2:
- Not CC'd to qemu-stable: This is mostly a rebase onto block-next, and
the patches that make a difference will not appear in qemu-stable.
Therefore, if this is merged, v1 will be good for qemu-stable.
- Dropped the old patch 1, it became superfluous
- (New) patch 2: Rebased onto block-next
- %s/bs_n/s.src_num/g
- The block that's removed no longer sets ret to -1; but we still have
to do this in the block that's added (and don't set it to -EINVAL
there because all the places around it use -1 as well and -EINVAL
would thus look weird).
- (New) patch 3: Added, as reported by Eric
git-backport-diff against v1:
Key:
[----] : patches are identical
[####] : number of functional differences between upstream/downstream patch
[down] : patch is downstream-only
The flags [FC] indicate (F)unctional and (C)ontextual differences, respectively
001/3:[----] [-C] 'qemu-img/convert: Use @opts for one thing only'
002/3:[0007] [FC] 'qemu-img/convert: Move bs_n > 1 && -B check down'
003/3:[down] 'qemu-img: Document backing options'
Max Reitz (3):
qemu-img/convert: Use @opts for one thing only
qemu-img/convert: Move bs_n > 1 && -B check down
qemu-img: Document backing options
qemu-img.c | 23 +++++++++++++----------
qemu-img-cmds.hx | 8 ++++----
qemu-img.texi | 4 ++--
tests/qemu-iotests/122.out | 4 ++--
4 files changed, 21 insertions(+), 18 deletions(-)
--
2.12.2
next reply other threads:[~2017-04-26 13:47 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-26 13:46 Max Reitz [this message]
2017-04-26 13:46 ` [Qemu-devel] [PATCH v2 1/3] qemu-img/convert: Use @opts for one thing only Max Reitz
2017-04-26 14:03 ` Eric Blake
2017-04-26 14:15 ` Max Reitz
2017-04-26 13:46 ` [Qemu-devel] [PATCH v2 2/3] qemu-img/convert: Move bs_n > 1 && -B check down Max Reitz
2017-04-26 14:19 ` Eric Blake
2017-04-26 13:46 ` [Qemu-devel] [PATCH v2 3/3] qemu-img: Document backing options Max Reitz
2017-04-26 14:20 ` Eric Blake
2017-04-27 15:25 ` Kevin Wolf
2017-04-27 15:36 ` Eric Blake
2017-04-28 9:38 ` Kevin Wolf
2017-04-28 14:03 ` Max Reitz
2017-04-27 15:27 ` [Qemu-devel] [PATCH v2 0/3] qemu-img/convert: Some small fixes Kevin Wolf
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=20170426134649.9042-1-mreitz@redhat.com \
--to=mreitz@redhat.com \
--cc=eblake@redhat.com \
--cc=f4bug@amsat.org \
--cc=kwolf@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.