From: Eric Blake <eblake@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, nsoffer@redhat.com, vsementsov@virtuozzo.com,
qemu-block@nongnu.org, mreitz@redhat.com
Subject: [PATCH v3 0/2] qemu-img: Make unallocated part of backing chain obvious in map
Date: Thu, 1 Jul 2021 14:06:53 -0500 [thread overview]
Message-ID: <20210701190655.2131223-1-eblake@redhat.com> (raw)
v2 was here [1]
in v3:
- pick up iotest change from [2] (rest of that series is abandoned)
- don't change semantics of "depth"
- make new witness unconditional, rather than optional
- spell new witness "present":true/false
[1] https://lists.gnu.org/archive/html/qemu-devel/2021-06/msg02446.html
[2] https://lists.gnu.org/archive/html/qemu-devel/2021-06/msg03006.html
Eric Blake (2):
iotests: Improve and rename test 309 to nbd-qemu-allocation
qemu-img: Make unallocated part of backing chain obvious in map
docs/tools/qemu-img.rst | 3 +
qapi/block-core.json | 7 +-
qemu-img.c | 7 +-
tests/qemu-iotests/122.out | 84 ++++----
tests/qemu-iotests/154.out | 190 +++++++++---------
tests/qemu-iotests/179.out | 133 ++++++++----
tests/qemu-iotests/223.out | 56 +++---
tests/qemu-iotests/244.out | 23 ++-
tests/qemu-iotests/252.out | 10 +-
tests/qemu-iotests/274.out | 48 ++---
tests/qemu-iotests/291.out | 24 +--
tests/qemu-iotests/309.out | 22 --
.../{309 => tests/nbd-qemu-allocation} | 5 +-
.../tests/nbd-qemu-allocation.out | 32 +++
14 files changed, 358 insertions(+), 286 deletions(-)
delete mode 100644 tests/qemu-iotests/309.out
rename tests/qemu-iotests/{309 => tests/nbd-qemu-allocation} (95%)
create mode 100644 tests/qemu-iotests/tests/nbd-qemu-allocation.out
--
2.31.1
next reply other threads:[~2021-07-01 19:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-01 19:06 Eric Blake [this message]
2021-07-01 19:06 ` [PATCH v3 1/2] iotests: Improve and rename test 309 to nbd-qemu-allocation Eric Blake
2021-07-01 19:06 ` [PATCH v3 2/2] qemu-img: Make unallocated part of backing chain obvious in map Eric Blake
2021-07-03 7:25 ` Vladimir Sementsov-Ogievskiy
2021-07-07 15:10 ` Eric Blake
2021-07-07 18:41 ` [PATCH v3 3/2] qemu-img: Reword 'qemu-img map --output=json' docs Eric Blake
2021-07-07 20:39 ` Nir Soffer
2021-07-08 8:00 ` Vladimir Sementsov-Ogievskiy
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=20210701190655.2131223-1-eblake@redhat.com \
--to=eblake@redhat.com \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=nsoffer@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=vsementsov@virtuozzo.com \
/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).