From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn0E8-0000uL-D6 for qemu-devel@nongnu.org; Thu, 22 Sep 2016 05:23:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bn0E4-0003KJ-Fr for qemu-devel@nongnu.org; Thu, 22 Sep 2016 05:23:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn0E4-0003Jm-AB for qemu-devel@nongnu.org; Thu, 22 Sep 2016 05:23:28 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BD660923B5 for ; Thu, 22 Sep 2016 09:23:27 +0000 (UTC) From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 22 Sep 2016 13:22:38 +0400 Message-Id: <20160922092305.2895-4-marcandre.lureau@redhat.com> In-Reply-To: <20160922092305.2895-1-marcandre.lureau@redhat.com> References: <20160922092305.2895-1-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 03/30] qmp-commands: move 'system_wakeup' doc to schema List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: eblake@redhat.com, armbru@redhat.com, =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Signed-off-by: Marc-Andr=C3=A9 Lureau --- docs/qmp-commands.txt | 12 ------------ qapi-schema.json | 6 ++++++ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index c97dcb5..1c3e69f 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -111,18 +111,6 @@ Example: -> { "execute": "screendump", "arguments": { "filename": "/tmp/image" } = } <- { "return": {} } =20 -system_wakeup -------------- - -Wakeup guest from suspend. - -Arguments: None. - -Example: - --> { "execute": "system_wakeup" } -<- { "return": {} } - device_add ---------- =20 diff --git a/qapi-schema.json b/qapi-schema.json index 9de5214..0eddc72 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -2220,6 +2220,12 @@ # Since: 1.1 # # Returns: nothing. +# +# Example: +# +# -> { "execute": "system_wakeup" } +# <- { "return": {} } +# ## { 'command': 'system_wakeup' } =20 --=20 2.10.0