master
out 41 lines 1.01 KB
Raw
1 QA output created by 004
2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
3
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)
7
8 write into image boundary
9 qemu-io: write failed: Input/output error
10
11 write at image boundary
12 qemu-io: write failed: Input/output error
13
14 write past image boundary
15 qemu-io: write failed: Input/output error
16
17 pwrite past image boundary
18 qemu-io: write failed: Input/output error
19
20 writev past image boundary
21 qemu-io: writev failed: Input/output error
22
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)
26
27 read into image boundary
28 qemu-io: read failed: Input/output error
29
30 read at image boundary
31 qemu-io: read failed: Input/output error
32
33 read past image boundary
34 qemu-io: read failed: Input/output error
35
36 pread past image boundary
37 qemu-io: read failed: Input/output error
38
39 readv past image boundary
40 qemu-io: readv failed: Input/output error
41 *** done