ati-vga: Fix check for blt outside vram
[qemu/ar7.git] / tests / qemu-iotests / 183.out
blob112cf31f8bd6ec13f75bf43fe5c0957b01830cc0
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
5 === Starting VMs ===
7 {"return": {}}
8 {"return": {}}
10 === Write something on the source ===
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": ""}
19 === Do block migration to destination ===
21 {"return": {}}
22 {"return": {"status": "postmigrate", "singlestep": false, "running": false}}
24 === Do some I/O on the destination ===
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": ""}
35 === Shut down and check image ===
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