[PATCH v3 0/2] qemu-img: Make unallocated part of backing chain obvious in map

Eric Blake posted 2 patches 2 years, 10 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210701190655.2131223-1-eblake@redhat.com
Maintainers: Eric Blake <eblake@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Markus Armbruster <armbru@redhat.com>, Max Reitz <mreitz@redhat.com>
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
[PATCH v3 0/2] qemu-img: Make unallocated part of backing chain obvious in map
Posted by Eric Blake 2 years, 10 months ago
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