]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qemu-iotests/156.out
Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-i2c-5' into staging
[mirror_qemu.git] / tests / qemu-iotests / 156.out
1 QA output created by 156
2 Formatting 'TEST_DIR/t.IMGFMT.backing', fmt=IMGFMT size=1048576
3 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 backing_file=TEST_DIR/t.IMGFMT.backing backing_fmt=IMGFMT
4 wrote 262144/262144 bytes at offset 0
5 256 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
6 wrote 196608/196608 bytes at offset 65536
7 192 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
8 { 'execute': 'qmp_capabilities' }
9 {"return": {}}
10 Formatting 'TEST_DIR/t.IMGFMT.overlay', fmt=IMGFMT size=1048576 backing_file=TEST_DIR/t.IMGFMT backing_fmt=IMGFMT
11 { 'execute': 'blockdev-snapshot-sync', 'arguments': { 'device': 'source', 'snapshot-file': 'TEST_DIR/t.IMGFMT.overlay', 'format': 'IMGFMT', 'mode': 'existing' } }
12 {"return": {}}
13 { 'execute': 'human-monitor-command', 'arguments': { 'command-line': 'qemu-io source "write -P 3 128k 128k"' } }
14 wrote 131072/131072 bytes at offset 131072
15 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
16 {"return": ""}
17 Formatting 'TEST_DIR/t.IMGFMT.target.overlay', fmt=IMGFMT size=1048576 backing_file=TEST_DIR/t.IMGFMT.target backing_fmt=IMGFMT
18 { 'execute': 'drive-mirror', 'arguments': { 'device': 'source', 'target': 'TEST_DIR/t.IMGFMT.target.overlay', 'mode': 'existing', 'sync': 'top' } }
19 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id": "source"}}
20 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "source"}}
21 {"return": {}}
22 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "ready", "id": "source"}}
23 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_JOB_READY", "data": {"device": "source", "len": 131072, "offset": 131072, "speed": 0, "type": "mirror"}}
24 { 'execute': 'human-monitor-command', 'arguments': { 'command-line': 'qemu-io source "write -P 4 192k 64k"' } }
25 wrote 65536/65536 bytes at offset 196608
26 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
27 {"return": ""}
28 { 'execute': 'block-job-complete', 'arguments': { 'device': 'source' } }
29 {"return": {}}
30 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "source"}}
31 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "pending", "id": "source"}}
32 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_JOB_COMPLETED", "data": {"device": "source", "len": 196608, "offset": 196608, "speed": 0, "type": "mirror"}}
33 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "concluded", "id": "source"}}
34 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "null", "id": "source"}}
35
36 { 'execute': 'human-monitor-command', 'arguments': { 'command-line': 'qemu-io source "read -P 1 0k 64k"' } }
37 read 65536/65536 bytes at offset 0
38 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
39 {"return": ""}
40 { 'execute': 'human-monitor-command', 'arguments': { 'command-line': 'qemu-io source "read -P 2 64k 64k"' } }
41 read 65536/65536 bytes at offset 65536
42 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
43 {"return": ""}
44 { 'execute': 'human-monitor-command', 'arguments': { 'command-line': 'qemu-io source "read -P 3 128k 64k"' } }
45 read 65536/65536 bytes at offset 131072
46 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
47 {"return": ""}
48 { 'execute': 'human-monitor-command', 'arguments': { 'command-line': 'qemu-io source "read -P 4 192k 64k"' } }
49 read 65536/65536 bytes at offset 196608
50 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
51 {"return": ""}
52
53 { 'execute': 'quit' }
54 {"return": {}}
55 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}}
56
57 read 65536/65536 bytes at offset 0
58 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
59 read 65536/65536 bytes at offset 65536
60 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
61 read 65536/65536 bytes at offset 131072
62 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
63 read 65536/65536 bytes at offset 196608
64 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
65
66 *** done