]> Git Repo - qemu.git/commitdiff
watchdog: Consolidate QAPI into single file
authorEric Blake <[email protected]>
Mon, 26 Feb 2018 22:57:43 +0000 (16:57 -0600)
committerEric Blake <[email protected]>
Fri, 2 Mar 2018 19:14:10 +0000 (13:14 -0600)
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 <[email protected]>
Message-Id: <20180226225744[email protected]>

qapi-schema.json
qapi/run-state.json

index d214529547d83add573d26a7be5868afd554ec6b..3c1abf2700508564e88228c602ba7e7a9a1adfde 100644 (file)
 # Since: 2.9
 ##
 { 'command': 'query-vm-generation-id', 'returns': 'GuidInfo' }
-
-##
-# @watchdog-set-action:
-#
-# Set watchdog action
-#
-# Since: 2.11
-##
-{ 'command': 'watchdog-set-action', 'data' : {'action': 'WatchdogAction'} }
index 92d29fd57108224d978f8c001c96203218b5e45f..1c9fff3aefe73bacd552dd38647e55389dd6ed5f 100644 (file)
   '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:
 #
This page took 0.031194 seconds and 4 git commands to generate.