aboutsummaryrefslogtreecommitdiff
path: root/qapi-event.json
blob: 7a6e6bf7d4313df9d07e9d44c38ef8b58bbd0a1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
##
# @SHUTDOWN
#
# Emitted when the virtual machine has shutdown, possibly indicating that QEMU
# is about about to exit.
#
# Note: If the command-line option "-no-shutdown" has been specified, qemu will
# not exit, and a STOP event will eventually follow the SHUTDOWN event
#
# Since: 0.12.0
##
{ 'event': 'SHUTDOWN' }