Merge remote-tracking branch 'remotes/nvme/tags/nvme-fixes-20210407-pull-request...
[qemu/ar7.git] / tests / qemu-iotests / 292.out
blob807e0530c3dc19cdb64dd1d60d32bb139a25522a
1 QA output created by 292
2 ### Create the backing image
3 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=1048576
4 ### Fill the backing image with data (0x11)
5 wrote 1048576/1048576 bytes at offset 0
6 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
7 ### Create the top image
8 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=IMGFMT
9 ### Fill the top image with data (0x22)
10 wrote 1048576/1048576 bytes at offset 0
11 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
12 ### Shrink the image to 520k
13 Image resized.
14 ### Grow the image to 567k
15 Image resized.
16 ### Check that the tail of the image reads as zeroes
17 read 532480/532480 bytes at offset 0
18 520 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
19 read 48128/48128 bytes at offset 532480
20 47 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
21 ### Show output of qemu-img map
22 Offset          Length          Mapped to       File
23 0               0x8dc00         0x50000         TEST_DIR/t.qcow2
24 *** done