Revision 5bc465e4 qapi-schema.json

b/qapi-schema.json
257 257
# Since: 0.14.0
258 258
##
259 259
{ 'command': 'system_reset' }
260

  
261
##
262
# @system_powerdown:
263
#
264
# Requests that a guest perform a powerdown operation.
265
#
266
# Since: 0.14.0
267
#
268
# Notes: A guest may or may not respond to this command.  This command
269
#        returning does not indicate that a guest has accepted the request or
270
#        that it has shut down.  Many guests will respond to this command by
271
#        prompting the user in some way.
272
##
273
{ 'command': 'system_powerdown' }

Also available in: Unified diff