summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/195.out
diff options
context:
space:
mode:
authorDominik Csapak2018-12-05 12:01:30 +0100
committerMarkus Armbruster2018-12-18 07:55:47 +0100
commitecd7a0d5bbfbbb6922dfe4049227256d1eafa3b8 (patch)
tree034f9355026fa6eeb7400ea6e7af22faaef47d98 /tests/qemu-iotests/195.out
parentqapi: Turn ShutdownCause into QAPI enum (diff)
downloadqemu-ecd7a0d5bbfbbb6922dfe4049227256d1eafa3b8.tar.gz
qemu-ecd7a0d5bbfbbb6922dfe4049227256d1eafa3b8.tar.xz
qemu-ecd7a0d5bbfbbb6922dfe4049227256d1eafa3b8.zip
qmp: Add reason to SHUTDOWN and RESET events
This makes it possible to determine what the exact reason was for a RESET or a SHUTDOWN. A management layer might need the specific reason of those events to determine which cleanups or other actions it needs to do. This patch also updates the iotests to the new expected output that includes the reason. Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> Message-Id: <20181205110131.23049-3-d.csapak@proxmox.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> [Commit message tweaked] Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/195.out')
-rw-r--r--tests/qemu-iotests/195.out6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/qemu-iotests/195.out b/tests/qemu-iotests/195.out
index 7613575c64..07e7173ff0 100644
--- a/tests/qemu-iotests/195.out
+++ b/tests/qemu-iotests/195.out
@@ -28,7 +28,8 @@ Testing: -drive if=none,file=TEST_DIR/t.IMGFMT,backing.node-name=mid
},
"event": "SHUTDOWN",
"data": {
- "guest": false
+ "guest": false,
+ "reason": "host-qmp"
}
}
@@ -65,7 +66,8 @@ Testing: -drive if=none,file=TEST_DIR/t.IMGFMT,node-name=top
},
"event": "SHUTDOWN",
"data": {
- "guest": false
+ "guest": false,
+ "reason": "host-qmp"
}
}