diff options
author | Max Reitz <mreitz@redhat.com> | 2019-06-12 19:00:30 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2020-09-07 12:31:31 +0200 |
commit | 4a2061e66d1fb16c14ca65b2c702363361adeb7b (patch) | |
tree | d56b9327aacfa37cbc9e500d650f8275cc176ad0 /tests/qemu-iotests | |
parent | ee2f94ca2799f3a6536cf19235c9bb44be919956 (diff) | |
download | qemu-4a2061e66d1fb16c14ca65b2c702363361adeb7b.zip |
qemu-img: Use child access functions
This changes iotest 204's output, because blkdebug on top of a COW node
used to make qemu-img map disregard the rest of the backing chain (the
backing chain was broken by the filter). With this patch, the
allocation in the base image is reported correctly.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests')
-rw-r--r-- | tests/qemu-iotests/204.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/204.out b/tests/qemu-iotests/204.out index 457f72df8f..4d903d20ea 100644 --- a/tests/qemu-iotests/204.out +++ b/tests/qemu-iotests/204.out @@ -59,5 +59,6 @@ Offset Length File 0x900000 0x2400000 TEST_DIR/t.IMGFMT 0x3c00000 0x1100000 TEST_DIR/t.IMGFMT 0x6a00000 0x400000 TEST_DIR/t.IMGFMT +0x6e00000 0x1200000 TEST_DIR/t.IMGFMT.base No errors were found on the image. *** done |