4 # Emitted when the virtual machine has shutdown, possibly indicating that QEMU
5 # is about about to exit.
7 # Note: If the command-line option "-no-shutdown" has been specified, qemu will
8 # not exit, and a STOP event will eventually follow the SHUTDOWN event
12 { 'event': 'SHUTDOWN' }
17 # Emitted when the virtual machine is powered down through the power control
18 # system, such as via ACPI.
22 { 'event': 'POWERDOWN' }
27 # Emitted when the virtual machine is reset
36 # Emitted when the virtual machine is stopped
45 # Emitted when the virtual machine resumes execution
54 # Emitted when guest enters a hardware suspension state, for example, S3 state,
55 # which is sometimes called standby state
59 { 'event': 'SUSPEND' }
64 # Emitted when guest enters a hardware suspension state with data saved on
65 # disk, for example, S4 state, which is sometimes called hibernate state
67 # Note: QEMU shuts down (similar to event @SHUTDOWN) when entering this state
71 { 'event': 'SUSPEND_DISK' }