qemu-iotests: Test postcopy migration
[qemu/ar7.git] / tests / qemu-iotests / 181.out
blob6534ba2a760cda9ac381a1dece43613d18709ad1
1 QA output created by 181
2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
4 === Starting VMs ===
7 === Write something on the source ===
9 QEMU X.Y.Z monitor - type 'help' for more information
10 (qemu) qemu-io disk "write -P 0x55 0 64k"
11 wrote 65536/65536 bytes at offset 0
12 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
13 (qemu) 
14 (qemu) qemu-io disk "read -P 0x55 0 64k"
15 read 65536/65536 bytes at offset 0
16 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
18 === Do postcopy migration to destination ===
21 === Do some I/O on the destination ===
23 QEMU X.Y.Z monitor - type 'help' for more information
24 (qemu) qemu-io disk "read -P 0x55 0 64k"
25 read 65536/65536 bytes at offset 0
26 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
27 (qemu) 
28 (qemu) qemu-io disk "write -P 0x66 1M 64k"
29 wrote 65536/65536 bytes at offset 1048576
30 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
32 === Shut down and check image ===
34 (qemu) quit
35 (qemu) 
36 (qemu) quit
37 No errors were found on the image.
38 *** done