Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qemu-iotests / 131.out
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 no file open, try 'help open'
27 ERROR image was not closed correctly
28
29 1 errors were found on the image.
30 Data may be corrupted, or further writes to the image may corrupt it.
31 Repairing image was not closed correctly
32 The following inconsistencies were found and repaired:
33
34     0 leaked clusters
35     1 corruptions
36
37 Double checking the fixed image now...
38 No errors were found on the image.
39 read 65536/65536 bytes at offset 65536
40 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
41 *** done