Eric Blake | 4617433 | 2017-10-05 14:02:48 -0500 | [diff] [blame] | 1 | QA output created by 197 |
| 2 | |
| 3 | === Copy-on-read === |
| 4 | |
| 5 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 |
| 6 | wrote 1024/1024 bytes at offset 3221225472 |
| 7 | 1 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 8 | Formatting 'TEST_DIR/t.wrap.IMGFMT', fmt=IMGFMT size=4294967296 backing_file=TEST_DIR/t.IMGFMT backing_fmt=IMGFMT |
| 9 | wrote 65536/65536 bytes at offset 1048576 |
| 10 | 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 11 | read 131072/131072 bytes at offset 1048576 |
| 12 | 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 13 | read 0/0 bytes at offset 0 |
| 14 | 0 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 15 | read 2147483136/2147483136 bytes at offset 1024 |
| 16 | 2 GiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 17 | read 1024/1024 bytes at offset 3221226496 |
| 18 | 1 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
Thomas Huth | 36b9986 | 2019-04-28 17:54:44 +0200 | [diff] [blame] | 19 | qemu-io: can't open device TEST_DIR/t.wrap.qcow2: Can't use copy-on-read on read-only device |
Eric Blake | 4617433 | 2017-10-05 14:02:48 -0500 | [diff] [blame] | 20 | 2 GiB (0x80010000) bytes allocated at offset 0 bytes (0x0) |
| 21 | 1023.938 MiB (0x3fff0000) bytes not allocated at offset 2 GiB (0x80010000) |
| 22 | 64 KiB (0x10000) bytes allocated at offset 3 GiB (0xc0000000) |
| 23 | 1023.938 MiB (0x3fff0000) bytes not allocated at offset 3 GiB (0xc0010000) |
| 24 | No errors were found on the image. |
| 25 | Images are identical. |
Kevin Wolf | b0ddcbb | 2018-07-06 18:41:07 +0200 | [diff] [blame] | 26 | |
| 27 | === Partial final cluster === |
| 28 | |
Max Reitz | afac471 | 2020-07-28 15:11:34 +0200 | [diff] [blame] | 29 | Formatting 'TEST_DIR/t.wrap.IMGFMT', fmt=IMGFMT size=1024 |
Kevin Wolf | b0ddcbb | 2018-07-06 18:41:07 +0200 | [diff] [blame] | 30 | read 1024/1024 bytes at offset 0 |
| 31 | 1 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 32 | 1 KiB (0x400) bytes allocated at offset 0 bytes (0x0) |
| 33 | No errors were found on the image. |
Andrey Drobyshev | e2f9382 | 2023-07-11 20:25:53 +0300 | [diff] [blame] | 34 | |
| 35 | === Copy-on-read with subclusters === |
| 36 | |
| 37 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536 |
| 38 | Formatting 'TEST_DIR/t.wrap.IMGFMT', fmt=IMGFMT size=65536 backing_file=TEST_DIR/t.IMGFMT backing_fmt=IMGFMT |
| 39 | wrote 65536/65536 bytes at offset 0 |
| 40 | 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 41 | wrote 2048/2048 bytes at offset 28672 |
| 42 | 2 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 43 | wrote 2048/2048 bytes at offset 34816 |
| 44 | 2 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
Andrey Drobyshev | b87151a | 2023-09-08 01:07:18 +0300 | [diff] [blame] | 45 | 28 KiB (0x7000) bytes not allocated at offset 0 bytes (0x0) |
| 46 | 2 KiB (0x800) bytes allocated at offset 28 KiB (0x7000) |
| 47 | 4 KiB (0x1000) bytes not allocated at offset 30 KiB (0x7800) |
| 48 | 2 KiB (0x800) bytes allocated at offset 34 KiB (0x8800) |
| 49 | 28 KiB (0x7000) bytes not allocated at offset 36 KiB (0x9000) |
Andrey Drobyshev | e2f9382 | 2023-07-11 20:25:53 +0300 | [diff] [blame] | 50 | read 4096/4096 bytes at offset 30720 |
| 51 | 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
Andrey Drobyshev | b87151a | 2023-09-08 01:07:18 +0300 | [diff] [blame] | 52 | 28 KiB (0x7000) bytes not allocated at offset 0 bytes (0x0) |
| 53 | 8 KiB (0x2000) bytes allocated at offset 28 KiB (0x7000) |
| 54 | 28 KiB (0x7000) bytes not allocated at offset 36 KiB (0x9000) |
Andrey Drobyshev | e2f9382 | 2023-07-11 20:25:53 +0300 | [diff] [blame] | 55 | No errors were found on the image. |
Eric Blake | 4617433 | 2017-10-05 14:02:48 -0500 | [diff] [blame] | 56 | *** done |