]>
Commit | Line | Data |
---|---|---|
d1fde4ad | 1 | QA output created by 095 |
61b42226 | 2 | Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=5242880 |
b66ff2c2 EB |
3 | Formatting 'TEST_DIR/t.IMGFMT.snp1', fmt=IMGFMT size=104857600 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=IMGFMT |
4 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=104857600 backing_file=TEST_DIR/t.IMGFMT.snp1 backing_fmt=IMGFMT | |
d1fde4ad JC |
5 | |
6 | === Base image info before commit and resize === | |
1b53eab2 HR |
7 | image: TEST_DIR/t.IMGFMT.base |
8 | file format: IMGFMT | |
de38b500 | 9 | virtual size: 5 MiB (5242880 bytes) |
d1fde4ad JC |
10 | |
11 | === Running QEMU Live Commit Test === | |
12 | ||
a98b1a1f | 13 | { 'execute': 'qmp_capabilities' } |
d1fde4ad | 14 | {"return": {}} |
0e720781 HR |
15 | { 'execute': 'block-commit', |
16 | 'arguments': { 'device': 'test', | |
17 | 'top': 'TEST_DIR/t.IMGFMT.snp1' } } | |
1dac83f1 KW |
18 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id": "test"}} |
19 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "test"}} | |
d1fde4ad | 20 | {"return": {}} |
1dac83f1 KW |
21 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "test"}} |
22 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "pending", "id": "test"}} | |
d1fde4ad | 23 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_JOB_COMPLETED", "data": {"device": "test", "len": 104857600, "offset": 104857600, "speed": 0, "type": "commit"}} |
1dac83f1 KW |
24 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "concluded", "id": "test"}} |
25 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "null", "id": "test"}} | |
d1fde4ad JC |
26 | |
27 | === Base image info after commit and resize === | |
1b53eab2 HR |
28 | image: TEST_DIR/t.IMGFMT.base |
29 | file format: IMGFMT | |
de38b500 | 30 | virtual size: 100 MiB (104857600 bytes) |
d1fde4ad | 31 | *** done |