From 3da7a4161a96d7539588729042e987f4c6fd97c6 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 26 Feb 2018 16:57:43 -0600 Subject: watchdog: Consolidate QAPI into single file Commit f0df84c6 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 commit 0e201d34 creating the latter file, even though it was merged after. Signed-off-by: Eric Blake Message-Id: <20180226225744.26356-1-eblake@redhat.com> --- qapi/run-state.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'qapi/run-state.json') diff --git a/qapi/run-state.json b/qapi/run-state.json index 92d29fd571..1c9fff3aef 100644 --- a/qapi/run-state.json +++ b/qapi/run-state.json @@ -283,6 +283,15 @@ 'data': [ 'reset', 'shutdown', 'poweroff', 'pause', 'debug', 'none', 'inject-nmi' ] } +## +# @watchdog-set-action: +# +# Set watchdog action +# +# Since: 2.11 +## +{ 'command': 'watchdog-set-action', 'data' : {'action': 'WatchdogAction'} } + ## # @GUEST_PANICKED: # -- cgit v1.2.3-55-g7522