blob: fd9c2e52a586ef141f1c417a733d78dcb2d6cbcc [file] [log] [blame]
Kevin Wolf49695ee2017-05-23 14:53:10 +02001QA output created by 183
2Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
3Formatting 'TEST_DIR/t.IMGFMT.dest', fmt=IMGFMT size=67108864
4
5=== Starting VMs ===
6
Eric Blakea98b1a12019-11-14 15:34:14 -06007{ 'execute': 'qmp_capabilities' }
Kevin Wolf49695ee2017-05-23 14:53:10 +02008{"return": {}}
Eric Blakea98b1a12019-11-14 15:34:14 -06009{ 'execute': 'qmp_capabilities' }
Kevin Wolf49695ee2017-05-23 14:53:10 +020010{"return": {}}
11
12=== Write something on the source ===
13
Max Reitz0e720782020-12-17 16:38:03 +010014{ 'execute': 'human-monitor-command',
15 'arguments': { 'command-line':
16 'qemu-io disk "write -P 0x55 0 64k"' } }
Kevin Wolf49695ee2017-05-23 14:53:10 +020017wrote 65536/65536 bytes at offset 0
1864 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
19{"return": ""}
Max Reitz0e720782020-12-17 16:38:03 +010020{ 'execute': 'human-monitor-command',
21 'arguments': { 'command-line':
22 'qemu-io disk "read -P 0x55 0 64k"' } }
Kevin Wolf49695ee2017-05-23 14:53:10 +020023read 65536/65536 bytes at offset 0
2464 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
25{"return": ""}
26
27=== Do block migration to destination ===
28
Max Reitz0e720782020-12-17 16:38:03 +010029{ 'execute': 'migrate',
30 'arguments': { 'uri': 'unix:SOCK_DIR/migrate', 'blk': true } }
Kevin Wolf49695ee2017-05-23 14:53:10 +020031{"return": {}}
Eric Blakea98b1a12019-11-14 15:34:14 -060032{ 'execute': 'query-status' }
Kevin Wolf49695ee2017-05-23 14:53:10 +020033{"return": {"status": "postmigrate", "singlestep": false, "running": false}}
34
35=== Do some I/O on the destination ===
36
Eric Blakea98b1a12019-11-14 15:34:14 -060037{ 'execute': 'query-status' }
Kevin Wolf49695ee2017-05-23 14:53:10 +020038{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "RESUME"}
39{"return": {"status": "running", "singlestep": false, "running": true}}
Max Reitz0e720782020-12-17 16:38:03 +010040{ 'execute': 'human-monitor-command',
41 'arguments': { 'command-line':
42 'qemu-io disk "read -P 0x55 0 64k"' } }
Kevin Wolf49695ee2017-05-23 14:53:10 +020043read 65536/65536 bytes at offset 0
4464 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
45{"return": ""}
Max Reitz0e720782020-12-17 16:38:03 +010046{ 'execute': 'human-monitor-command',
47 'arguments': { 'command-line':
48 'qemu-io disk "write -P 0x66 1M 64k"' } }
Kevin Wolf49695ee2017-05-23 14:53:10 +020049wrote 65536/65536 bytes at offset 1048576
5064 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
51{"return": ""}
52
53=== Shut down and check image ===
54
Eric Blakea98b1a12019-11-14 15:34:14 -060055{"execute":"quit"}
Kevin Wolf49695ee2017-05-23 14:53:10 +020056{"return": {}}
Eric Blakea98b1a12019-11-14 15:34:14 -060057{"execute":"quit"}
Kevin Wolf49695ee2017-05-23 14:53:10 +020058{"return": {}}
Dominik Csapak92548932018-12-05 12:01:31 +010059{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}}
60{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}}
Kevin Wolf49695ee2017-05-23 14:53:10 +020061No errors were found on the image.
62No errors were found on the image.
63wrote 65536/65536 bytes at offset 1048576
6464 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
65Images are identical.
66*** done