These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / tests / qemu-iotests / 071.out
1 QA output created by 071
2
3 === Testing blkverify through filename ===
4
5 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864
6 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
7 read 512/512 bytes at offset 0
8 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
9 wrote 512/512 bytes at offset 229376
10 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
11 read 512/512 bytes at offset 229376
12 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
13 wrote 512/512 bytes at offset 0
14 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
15 blkverify: read sector_num=0 nb_sectors=1 contents mismatch in sector 0
16
17 === Testing blkverify through file blockref ===
18
19 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864
20 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
21 read 512/512 bytes at offset 0
22 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
23 wrote 512/512 bytes at offset 229376
24 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
25 read 512/512 bytes at offset 229376
26 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
27 wrote 512/512 bytes at offset 0
28 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
29 blkverify: read sector_num=0 nb_sectors=1 contents mismatch in sector 0
30
31 === Testing blkdebug through filename ===
32
33 Failed to flush the L2 table cache: Input/output error
34 Failed to flush the refcount block cache: Input/output error
35 read failed: Input/output error
36
37 === Testing blkdebug through file blockref ===
38
39 Failed to flush the L2 table cache: Input/output error
40 Failed to flush the refcount block cache: Input/output error
41 read failed: Input/output error
42
43 === Testing blkdebug on existing block device ===
44
45 Testing:
46 QMP_VERSION
47 {"return": {}}
48 {"return": {}}
49 {"return": {}}
50 read failed: Input/output error
51 {"return": ""}
52 {"return": {}}
53 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
54 QEMU_PROG: Failed to flush the L2 table cache: Input/output error
55 QEMU_PROG: Failed to flush the refcount block cache: Input/output error
56
57
58 === Testing blkverify on existing block device ===
59
60 Testing:
61 QMP_VERSION
62 {"return": {}}
63 {"return": {}}
64 {"return": {}}
65 blkverify: read sector_num=0 nb_sectors=1 contents mismatch in sector 0
66
67
68 === Testing blkverify on existing raw block device ===
69
70 Testing:
71 QMP_VERSION
72 {"return": {}}
73 {"return": {}}
74 {"return": {}}
75 blkverify: read sector_num=0 nb_sectors=1 contents mismatch in sector 0
76
77
78 === Testing blkdebug's set-state through QMP ===
79
80 Testing:
81 QMP_VERSION
82 {"return": {}}
83 {"return": {}}
84 {"return": {}}
85 read 512/512 bytes at offset 0
86 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
87 {"return": ""}
88 wrote 512/512 bytes at offset 0
89 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
90 {"return": ""}
91 read failed: Input/output error
92 {"return": ""}
93 {"return": {}}
94 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
95 QEMU_PROG: Failed to flush the L2 table cache: Input/output error
96 QEMU_PROG: Failed to flush the refcount block cache: Input/output error
97
98 *** done