From 9b9df25a474bfee59dd46d033eb4ccc16582aac2 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 23 Feb 2012 13:45:21 +0100 Subject: suspend: add system_wakeup monitor command This patch adds the system_wakeup monitor command which will simply wake up suspended guests. Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori --- qapi-schema.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'qapi-schema.json') diff --git a/qapi-schema.json b/qapi-schema.json index d02ee867a5..d0b6792e3c 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -998,6 +998,17 @@ ## { 'command': 'cont' } +## +# @system_wakeup: +# +# Wakeup guest from suspend. Does nothing in case the guest isn't suspended. +# +# Since: 1.1 +# +# Returns: nothing. +## +{ 'command': 'system_wakeup' } + ## # @inject-nmi: # -- cgit v1.2.3-55-g7522