diff options
Diffstat (limited to 'tests/qemu-iotests/102.out')
-rw-r--r-- | tests/qemu-iotests/102.out | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/qemu-iotests/102.out b/tests/qemu-iotests/102.out new file mode 100644 index 000000000..320ed5a52 --- /dev/null +++ b/tests/qemu-iotests/102.out @@ -0,0 +1,23 @@ +QA output created by 102 + +=== Testing map command on truncated image === + +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536 +wrote 65536/65536 bytes at offset 0 +64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +Image resized. +64 KiB (0x10000) bytes allocated at offset 0 bytes (0x0) +Offset Length File +0 0x10000 TEST_DIR/t.IMGFMT + +=== Testing map on an image file truncated outside of qemu === + +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536 +wrote 65536/65536 bytes at offset 0 +64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +QEMU X.Y.Z monitor - type 'help' for more information +(qemu) +Image resized. +(qemu) qemu-io drv0 map +64 KiB (0x10000) bytes allocated at offset 0 bytes (0x0) +*** done |