]> Git Repo - qemu.git/blame - tests/qemu-iotests/095.out
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / tests / qemu-iotests / 095.out
CommitLineData
d1fde4ad 1QA output created by 095
61b42226 2Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=5242880
b66ff2c2
EB
3Formatting 'TEST_DIR/t.IMGFMT.snp1', fmt=IMGFMT size=104857600 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=IMGFMT
4Formatting '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
7image: TEST_DIR/t.IMGFMT.base
8file format: IMGFMT
de38b500 9virtual 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
28image: TEST_DIR/t.IMGFMT.base
29file format: IMGFMT
de38b500 30virtual size: 100 MiB (104857600 bytes)
d1fde4ad 31*** done
This page took 0.392555 seconds and 5 git commands to generate.