]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qemu-iotests/183.out
block: test block-stream with a base node that is used by block-commit
[mirror_qemu.git] / tests / qemu-iotests / 183.out
1 QA output created by 183
2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
3 Formatting 'TEST_DIR/t.IMGFMT.dest', fmt=IMGFMT size=67108864
4
5 === Starting VMs ===
6
7 {"return": {}}
8 {"return": {}}
9
10 === Write something on the source ===
11
12 wrote 65536/65536 bytes at offset 0
13 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
14 {"return": ""}
15 read 65536/65536 bytes at offset 0
16 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
17 {"return": ""}
18
19 === Do block migration to destination ===
20
21 {"return": {}}
22 {"return": {"status": "postmigrate", "singlestep": false, "running": false}}
23
24 === Do some I/O on the destination ===
25
26 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "RESUME"}
27 {"return": {"status": "running", "singlestep": false, "running": true}}
28 read 65536/65536 bytes at offset 0
29 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
30 {"return": ""}
31 wrote 65536/65536 bytes at offset 1048576
32 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
33 {"return": ""}
34
35 === Shut down and check image ===
36
37 {"return": {}}
38 {"return": {}}
39 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}}
40 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}}
41 No errors were found on the image.
42 No errors were found on the image.
43 wrote 65536/65536 bytes at offset 1048576
44 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
45 Images are identical.
46 *** done