qemu-iotests: disable default qemu devices for cross-platform compatibility
[qemu.git] / tests / qemu-iotests / 071.out
blob8d2095aa7ba4038cf6a92cc32976ce4e4081f36c
1 QA output created by 071
3 === Testing blkverify through filename ===
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
17 === Testing blkverify through file blockref ===
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
31 === Testing blkdebug through filename ===
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
37 === Testing blkdebug through file blockref ===
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
43 === Testing blkdebug on existing block device ===
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 QEMU_PROG: Failed to flush the L2 table cache: Input/output error
54 QEMU_PROG: Failed to flush the refcount block cache: Input/output error
57 === Testing blkverify on existing block device ===
59 Testing: -drive file=TEST_DIR/t.IMGFMT,format=IMGFMT,if=none,id=drive0
60 QMP_VERSION
61 {"return": {}}
62 {"return": {}}
63 blkverify: read sector_num=0 nb_sectors=1 contents mismatch in sector 0
66 === Testing blkverify on existing raw block device ===
68 Testing: -drive file=TEST_DIR/t.IMGFMT.base,format=raw,if=none,id=drive0
69 QMP_VERSION
70 {"return": {}}
71 {"return": {}}
72 blkverify: read sector_num=0 nb_sectors=1 contents mismatch in sector 0
75 === Testing blkdebug's set-state through QMP ===
77 Testing: -drive file=TEST_DIR/t.IMGFMT,format=raw,if=none,id=drive0
78 QMP_VERSION
79 {"return": {}}
80 {"return": {}}
81 read 512/512 bytes at offset 0
82 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
83 {"return": ""}
84 wrote 512/512 bytes at offset 0
85 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
86 {"return": ""}
87 read failed: Input/output error
88 {"return": ""}
89 {"return": {}}
90 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
91 QEMU_PROG: Failed to flush the L2 table cache: Input/output error
92 QEMU_PROG: Failed to flush the refcount block cache: Input/output error
94 *** done