xref: /openbmc/qemu/tests/qemu-iotests/144.out (revision d5bc76fa)
18983b670SJeff CodyQA output created by 144
28983b670SJeff CodyFormatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=536870912
38983b670SJeff Cody
48983b670SJeff Cody=== Launching QEMU ===
58983b670SJeff Cody
68983b670SJeff Cody
78983b670SJeff Cody=== Performing Live Snapshot 1 ===
88983b670SJeff Cody
9a98b1a1fSEric Blake{ 'execute': 'qmp_capabilities' }
108983b670SJeff Cody{"return": {}}
110e720781SMax Reitz{ 'execute': 'blockdev-snapshot-sync',
120e720781SMax Reitz                                'arguments': {
130e720781SMax Reitz                                             'device': 'virtio0',
140e720781SMax Reitz                                             'snapshot-file':'TEST_DIR/tmp.IMGFMT',
150e720781SMax Reitz                                             'format': 'IMGFMT'
160e720781SMax Reitz                                             }
170e720781SMax Reitz                    }
187be20252SAlberto GarciaFormatting 'TEST_DIR/tmp.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=536870912 backing_file=TEST_DIR/t.qcow2 backing_fmt=qcow2 lazy_refcounts=off refcount_bits=16
198983b670SJeff Cody{"return": {}}
208983b670SJeff Cody
218983b670SJeff Cody=== Performing block-commit on active layer ===
228983b670SJeff Cody
230e720781SMax Reitz{ 'execute': 'block-commit',
240e720781SMax Reitz                                'arguments': {
250e720781SMax Reitz                                                 'device': 'virtio0'
260e720781SMax Reitz                                              }
270e720781SMax Reitz                    }
28*d5bc76faSKevin Wolf{"return": {}}
291dac83f1SKevin Wolf{"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id": "virtio0"}}
301dac83f1SKevin Wolf{"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "virtio0"}}
311dac83f1SKevin Wolf{"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "ready", "id": "virtio0"}}
328983b670SJeff Cody{"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "BLOCK_JOB_READY", "data": {"device": "virtio0", "len": 0, "offset": 0, "speed": 0, "type": "commit"}}
330e720781SMax Reitz{ 'execute': 'block-job-complete',
340e720781SMax Reitz                                'arguments': {
350e720781SMax Reitz                                                'device': 'virtio0'
360e720781SMax Reitz                                              }
370e720781SMax Reitz                   }
388983b670SJeff Cody{"return": {}}
391dac83f1SKevin Wolf{"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "virtio0"}}
401dac83f1SKevin Wolf{"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "pending", "id": "virtio0"}}
418983b670SJeff Cody{"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "BLOCK_JOB_COMPLETED", "data": {"device": "virtio0", "len": 0, "offset": 0, "speed": 0, "type": "commit"}}
421dac83f1SKevin Wolf{"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "concluded", "id": "virtio0"}}
431dac83f1SKevin Wolf{"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "null", "id": "virtio0"}}
448983b670SJeff Cody
458983b670SJeff Cody=== Performing Live Snapshot 2 ===
468983b670SJeff Cody
470e720781SMax Reitz{ 'execute': 'blockdev-snapshot-sync',
480e720781SMax Reitz                                'arguments': {
490e720781SMax Reitz                                                'device': 'virtio0',
500e720781SMax Reitz                                                'snapshot-file':'TEST_DIR/tmp2.IMGFMT',
510e720781SMax Reitz                                                'format': 'IMGFMT'
520e720781SMax Reitz                                              }
530e720781SMax Reitz                   }
547be20252SAlberto GarciaFormatting 'TEST_DIR/tmp2.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=536870912 backing_file=TEST_DIR/t.qcow2 backing_fmt=qcow2 lazy_refcounts=off refcount_bits=16
558983b670SJeff Cody{"return": {}}
568983b670SJeff Cody*** done
57