From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T10du-00021K-Ox for qemu-devel@nongnu.org; Mon, 13 Aug 2012 15:49:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T10ds-0003x5-My for qemu-devel@nongnu.org; Mon, 13 Aug 2012 15:49:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T10ds-0003x1-FM for qemu-devel@nongnu.org; Mon, 13 Aug 2012 15:49:36 -0400 From: Luiz Capitulino Date: Mon, 13 Aug 2012 16:49:01 -0300 Message-Id: <1344887349-13041-41-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1344887349-13041-1-git-send-email-lcapitulino@redhat.com> References: <1344887349-13041-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 40/48] qmp: qmp-events.txt: add missing doc for the SUSPEND event List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: qemu-devel@nongnu.org Signed-off-by: Luiz Capitulino Reviewed-by: Eric Blake Acked-by: Gerd Hoffmann --- QMP/qmp-events.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/QMP/qmp-events.txt b/QMP/qmp-events.txt index 2389370..df190ac 100644 --- a/QMP/qmp-events.txt +++ b/QMP/qmp-events.txt @@ -240,6 +240,18 @@ Example: { "event": "STOP", "timestamp": { "seconds": 1267041730, "microseconds": 281295 } } +SUSPEND +------- + +Emitted when guest enters S3 state. + +Data: None. + +Example: + +{ "event": "SUSPEND", + "timestamp": { "seconds": 1344456160, "microseconds": 309119 } } + VNC_CONNECTED ------------- -- 1.7.11.2.249.g31c7954.dirty