Merge remote-tracking branch 'remotes/nvme/tags/nvme-fixes-20210407-pull-request...
[qemu/ar7.git] / tests / qemu-iotests / 131.out
blob70da03dee5225b984abcb8d548333e74d6d5c552
1 QA output created by 131
2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
3 == read empty image ==
4 read 65536/65536 bytes at offset 32768
5 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
6 == write more than 1 block in a row ==
7 wrote 131072/131072 bytes at offset 32768
8 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
9 == read less than block ==
10 read 32768/32768 bytes at offset 32768
11 32 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
12 == read exactly 1 block ==
13 read 65536/65536 bytes at offset 65536
14 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
15 == read more than 1 block ==
16 read 131072/131072 bytes at offset 32768
17 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
18 == check that there is no trash after written ==
19 read 32768/32768 bytes at offset 163840
20 32 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
21 == check that there is no trash before written ==
22 read 32768/32768 bytes at offset 0
23 32 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
24 == Corrupt image ==
25 qemu-io: can't open device TEST_DIR/t.parallels: parallels: Image was not closed correctly; cannot be opened read/write
26 ERROR image was not closed correctly
28 1 errors were found on the image.
29 Data may be corrupted, or further writes to the image may corrupt it.
30 Repairing image was not closed correctly
31 The following inconsistencies were found and repaired:
33     0 leaked clusters
34     1 corruptions
36 Double checking the fixed image now...
37 No errors were found on the image.
38 read 65536/65536 bytes at offset 65536
39 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
40 *** done