test qemu-img rebase
[qemu-iotests/stefanha.git] / 004.out
blobf1ed4d896a49f7ca7df95e1980f418e03977c2f0
1 QA output created by 004
2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 
4 write before image boundary
5 wrote 1048576/1048576 bytes at offset 133169152
6 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
8 write into image boundary
9 write failed: Input/output error
11 write at image boundary
12 write failed: Input/output error
14 write past image boundary
15 write failed: Input/output error
17 pwrite past image boundary
18 write failed: Input/output error
20 writev past image boundary
21 writev failed: Input/output error
23 read before image boundary
24 read 1048576/1048576 bytes at offset 133169152
25 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
27 read into image boundary
28 read failed: Input/output error
30 read at image boundary
31 read failed: Input/output error
33 read past image boundary
34 read failed: Input/output error
36 pread past image boundary
37 read failed: Input/output error
39 readv past image boundary
40 readv failed: Input/output error
41 *** done