watchdog: Consolidate QAPI into single file
Commitf0df84c6
added watchdog-set-action in the main qapi-schema.json, but it belongs better in qapi/run-state.json alongside the definition of WatchdogAction. The command was written prior to commit0e201d34
creating the latter file, even though it was merged after. Signed-off-by: Eric Blake <eblake@redhat.com> Message-Id: <20180226225744.26356-1-eblake@redhat.com>
This commit is contained in:
parent
f9c146399d
commit
3da7a4161a
|
@ -3291,12 +3291,3 @@
|
||||||
# Since: 2.9
|
# Since: 2.9
|
||||||
##
|
##
|
||||||
{ 'command': 'query-vm-generation-id', 'returns': 'GuidInfo' }
|
{ 'command': 'query-vm-generation-id', 'returns': 'GuidInfo' }
|
||||||
|
|
||||||
##
|
|
||||||
# @watchdog-set-action:
|
|
||||||
#
|
|
||||||
# Set watchdog action
|
|
||||||
#
|
|
||||||
# Since: 2.11
|
|
||||||
##
|
|
||||||
{ 'command': 'watchdog-set-action', 'data' : {'action': 'WatchdogAction'} }
|
|
||||||
|
|
|
@ -283,6 +283,15 @@
|
||||||
'data': [ 'reset', 'shutdown', 'poweroff', 'pause', 'debug', 'none',
|
'data': [ 'reset', 'shutdown', 'poweroff', 'pause', 'debug', 'none',
|
||||||
'inject-nmi' ] }
|
'inject-nmi' ] }
|
||||||
|
|
||||||
|
##
|
||||||
|
# @watchdog-set-action:
|
||||||
|
#
|
||||||
|
# Set watchdog action
|
||||||
|
#
|
||||||
|
# Since: 2.11
|
||||||
|
##
|
||||||
|
{ 'command': 'watchdog-set-action', 'data' : {'action': 'WatchdogAction'} }
|
||||||
|
|
||||||
##
|
##
|
||||||
# @GUEST_PANICKED:
|
# @GUEST_PANICKED:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue