Lines Matching full:shutdown

42 # @shutdown: guest is shut down (and -no-shutdown is in use)
59 'running', 'save-vm', 'shutdown', 'suspended', 'watchdog',
65 # An enumeration of reasons for a Shutdown.
67 # @none: No shutdown request pending
79 # @guest-shutdown: Guest shutdown/suspend request, via ACPI or other
83 # a shutdown
86 # shutdown
99 'host-signal', 'host-ui', 'guest-shutdown', 'guest-reset',
136 # @SHUTDOWN:
141 # @guest: If true, the shutdown was triggered by a guest request (such
142 # as a guest-initiated ACPI shutdown request or other
146 # @reason: The @ShutdownCause which resulted in the SHUTDOWN.
149 # .. note:: If the command-line option ``-no-shutdown`` has been
151 # follow the SHUTDOWN event.
157 # <- { "event": "SHUTDOWN",
158 # "data": { "guest": true, "reason": "guest-shutdown" },
161 { 'event': 'SHUTDOWN', 'data': { 'guest': 'bool', 'reason': 'ShutdownCause' } }
250 # .. note:: QEMU shuts down (similar to event @SHUTDOWN) when entering
284 # .. note:: If action is "reset", "shutdown", or "pause" the WATCHDOG
285 # event is followed respectively by the RESET, SHUTDOWN, or STOP
309 # @shutdown: system shutdown, note that it is similar to @powerdown,
326 'data': [ 'reset', 'shutdown', 'poweroff', 'pause', 'debug', 'none',
336 # @shutdown: Shutdown the VM and exit, according to the shutdown
342 'data': [ 'reset', 'shutdown' ] }
347 # Possible QEMU actions upon guest shutdown
349 # @poweroff: Shutdown the VM and exit
365 # @shutdown: Shutdown the VM and exit, according to the shutdown
368 # @exit-failure: Shutdown the VM and exit with nonzero status (since
374 'data': [ 'pause', 'shutdown', 'exit-failure', 'none' ] }
401 # @shutdown: @ShutdownAction action taken on guest shutdown.
412 # "arguments": { "reboot": "shutdown",
413 # "shutdown" : "pause",
420 '*shutdown': 'ShutdownAction',
468 # Emitted when guest submits a shutdown request via pvpanic interface