From 14d53b4f4a88e82b4e62907ec64feafac1986531 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Thu, 7 Sep 2017 10:05:24 +0200 Subject: qapi: Rename WatchdogExpirationAction enum The new name is WatchdogAction which is shorter, Signed-off-by: Michal Privoznik Message-Id: Reviewed-by: Eric Blake Reviewed-by: Markus Armbruster Reviewed-by: Daniel P. Berrange Signed-off-by: Markus Armbruster --- qapi/run-state.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qapi/run-state.json') diff --git a/qapi/run-state.json b/qapi/run-state.json index d36ff49834..bca46a8785 100644 --- a/qapi/run-state.json +++ b/qapi/run-state.json @@ -253,10 +253,10 @@ # ## { 'event': 'WATCHDOG', - 'data': { 'action': 'WatchdogExpirationAction' } } + 'data': { 'action': 'WatchdogAction' } } ## -# @WatchdogExpirationAction: +# @WatchdogAction: # # An enumeration of the actions taken when the watchdog device's timer is # expired @@ -279,7 +279,7 @@ # # Since: 2.1 ## -{ 'enum': 'WatchdogExpirationAction', +{ 'enum': 'WatchdogAction', 'data': [ 'reset', 'shutdown', 'poweroff', 'pause', 'debug', 'none', 'inject-nmi' ] } -- cgit v1.2.3