qemu/tests/qemu-iotests/292.out
<<
>>
Prefs
   1QA output created by 292
   2### Create the backing image
   3Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=1048576
   4### Fill the backing image with data (0x11)
   5wrote 1048576/1048576 bytes at offset 0
   61 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
   7### Create the top image
   8Formatting '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)
  10wrote 1048576/1048576 bytes at offset 0
  111 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
  12### Shrink the image to 520k
  13Image resized.
  14### Grow the image to 567k
  15Image resized.
  16### Check that the tail of the image reads as zeroes
  17read 532480/532480 bytes at offset 0
  18520 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
  19read 48128/48128 bytes at offset 532480
  2047 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
  21### Show output of qemu-img map
  22Offset          Length          Mapped to       File
  230               0x8dc00         0x50000         TEST_DIR/t.qcow2
  24*** done
  25