| 1 | QA output created by 095 |
| 2 | Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=5242880 |
| 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 |
| 5 | |
| 6 | === Base image info before commit and resize === |
| 7 | image: TEST_DIR/t.IMGFMT.base |
| 8 | file format: IMGFMT |
| 9 | virtual size: 5 MiB (5242880 bytes) |
| 10 | |
| 11 | === Running QEMU Live Commit Test === |
| 12 | |
| 13 | { 'execute': 'qmp_capabilities' } |
| 14 | {"return": {}} |
| 15 | { 'execute': 'block-commit', |
| 16 | 'arguments': { 'device': 'test', |
| 17 | 'top': 'TEST_DIR/t.IMGFMT.snp1' } } |
| 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"}} |
| 20 | {"return": {}} |
| 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"}} |
| 23 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_JOB_COMPLETED", "data": {"device": "test", "len": 104857600, "offset": 104857600, "speed": 0, "type": "commit"}} |
| 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"}} |
| 26 | |
| 27 | === Base image info after commit and resize === |
| 28 | image: TEST_DIR/t.IMGFMT.base |
| 29 | file format: IMGFMT |
| 30 | virtual size: 100 MiB (104857600 bytes) |
| 31 | *** done |