icount: Take iothread lock when running QEMU timers
[qemu/ar7.git] / tests / qemu-iotests / 255.out
blob2e837cbb5f3cbceb417a970100049a7d9188d7df
1 Finishing a commit job with background reads
2 ============================================
4 === Create backing chain and start VM ===
6 === Start background read requests ===
8 === Run a commit job ===
10 {"execute": "block-commit", "arguments": {"auto-finalize": false, "device": "overlay", "job-id": "job0", "top-node": "mid"}}
11 {"return": {}}
12 {"execute": "job-finalize", "arguments": {"id": "job0"}}
13 {"return": {}}
14 {"data": {"id": "job0", "type": "commit"}, "event": "BLOCK_JOB_PENDING", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}}
15 {"data": {"device": "job0", "len": 134217728, "offset": 134217728, "speed": 0, "type": "commit"}, "event": "BLOCK_JOB_COMPLETED", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}}
17 Closing the VM while a job is being cancelled
18 =============================================
20 === Create images and start VM ===
22 wrote 1048576/1048576 bytes at offset 0
23 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
25 === Start a mirror job ===
27 {"execute": "blockdev-mirror", "arguments": {"device": "src-throttled", "job-id": "job0", "sync": "full", "target": "dst"}}
28 {"return": {}}
29 {"execute": "block-job-cancel", "arguments": {"device": "job0"}}
30 {"return": {}}
31 {"execute": "quit", "arguments": {}}
32 {"return": {}}