Add qemu 2.4.0
[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: -drive file=TEST_DIR/t.IMGFMT,format=raw,if=none,id=drive0
46 QMP_VERSION
47 {"return": {}}
48 {"return": {}}
49 read failed: Input/output error
50 {"return": ""}
51 {"return": {}}
52 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
53 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "ide1-cd0", "tray-open": true}}
54 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "floppy0", "tray-open": true}}
55 QEMU_PROG: Failed to flush the L2 table cache: Input/output error
56 QEMU_PROG: Failed to flush the refcount block cache: Input/output error
57
58
59 === Testing blkverify on existing block device ===
60
61 Testing: -drive file=TEST_DIR/t.IMGFMT,format=IMGFMT,if=none,id=drive0
62 QMP_VERSION
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: -drive file=TEST_DIR/t.IMGFMT.base,format=raw,if=none,id=drive0
71 QMP_VERSION
72 {"return": {}}
73 {"return": {}}
74 blkverify: read sector_num=0 nb_sectors=1 contents mismatch in sector 0
75
76
77 === Testing blkdebug's set-state through QMP ===
78
79 Testing: -drive file=TEST_DIR/t.IMGFMT,format=raw,if=none,id=drive0
80 QMP_VERSION
81 {"return": {}}
82 {"return": {}}
83 read 512/512 bytes at offset 0
84 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
85 {"return": ""}
86 wrote 512/512 bytes at offset 0
87 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
88 {"return": ""}
89 read failed: Input/output error
90 {"return": ""}
91 {"return": {}}
92 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
93 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "ide1-cd0", "tray-open": true}}
94 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "floppy0", "tray-open": true}}
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