xref: /openbmc/qemu/tests/qemu-iotests/173.out (revision 41192db3)
1256e3b63SJeff CodyQA output created by 173
2256e3b63SJeff CodyFormatting 'TEST_DIR/image.base', fmt=IMGFMT size=104857600
3256e3b63SJeff CodyFormatting 'TEST_DIR/image.snp1', fmt=IMGFMT size=104857600
4256e3b63SJeff Cody
5256e3b63SJeff Cody=== Running QEMU, using block-stream to find backing image ===
6256e3b63SJeff Cody
7a98b1a1fSEric Blake{ 'execute': 'qmp_capabilities' }
8256e3b63SJeff Cody{"return": {}}
9*0e720781SMax Reitz{ 'arguments': {
10*0e720781SMax Reitz                        'device': 'disk2',
11*0e720781SMax Reitz                        'format': 'IMGFMT',
12*0e720781SMax Reitz                        'mode': 'existing',
13*0e720781SMax Reitz                        'snapshot-file': 'TEST_DIR/image.snp1',
14*0e720781SMax Reitz                        'snapshot-node-name': 'snp1'
15*0e720781SMax Reitz                     },
16*0e720781SMax Reitz                     'execute': 'blockdev-snapshot-sync'
17*0e720781SMax Reitz                   }
18256e3b63SJeff Cody{"return": {}}
19*0e720781SMax Reitz{ 'arguments': {
20*0e720781SMax Reitz                        'backing-file': 'image.base',
21*0e720781SMax Reitz                        'device': 'disk2',
22*0e720781SMax Reitz                        'image-node-name': 'snp1'
23*0e720781SMax Reitz                     },
24*0e720781SMax Reitz                     'execute': 'change-backing-file'
25*0e720781SMax Reitz                   }
26256e3b63SJeff Cody{"return": {}}
27*0e720781SMax Reitz{ 'arguments': {
28*0e720781SMax Reitz                        'base': 'TEST_DIR/image.base',
29*0e720781SMax Reitz                        'device': 'disk2'
30*0e720781SMax Reitz                      },
31*0e720781SMax Reitz                      'execute': 'block-stream'
32*0e720781SMax Reitz                   }
33509e91c1SEric Blake{"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id": "disk2"}}
34509e91c1SEric Blake{"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "disk2"}}
35256e3b63SJeff Cody{"return": {}}
36509e91c1SEric Blake{"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "disk2"}}
37509e91c1SEric Blake{"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "pending", "id": "disk2"}}
38509e91c1SEric Blake{"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "BLOCK_JOB_COMPLETED", "data": {"device": "disk2", "len": 0, "offset": 0, "speed": 0, "type": "stream"}}
39256e3b63SJeff Cody*** done
40