From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDpBx-00024g-CB for qemu-devel@nongnu.org; Thu, 26 Nov 2009 20:00:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDpBs-00020n-81 for qemu-devel@nongnu.org; Thu, 26 Nov 2009 20:00:08 -0500 Received: from [199.232.76.173] (port=48308 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDpBr-00020V-Tb for qemu-devel@nongnu.org; Thu, 26 Nov 2009 20:00:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:32948) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDpBr-0004VC-Am for qemu-devel@nongnu.org; Thu, 26 Nov 2009 20:00:03 -0500 From: Luiz Capitulino Date: Thu, 26 Nov 2009 22:59:08 -0200 Message-Id: <1259283550-3597-19-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1259283550-3597-1-git-send-email-lcapitulino@redhat.com> References: <1259283550-3597-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 18/20] QMP: Introduce qmp-events.txt List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, avi@redhat.com, armbru@redhat.com Signed-off-by: Luiz Capitulino --- QMP/qmp-events.txt | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) create mode 100644 QMP/qmp-events.txt diff --git a/QMP/qmp-events.txt b/QMP/qmp-events.txt new file mode 100644 index 0000000..682a5e5 --- /dev/null +++ b/QMP/qmp-events.txt @@ -0,0 +1,26 @@ + QEMU Monitor Protocol: Events + ============================= + +1 SHUTDOWN +----------- + +Description: Issued when the Virtual Machine is powered down. +Data: None. + +2 RESET +------- + +Description: Issued when the Virtual Machine is reseted. +Data: None. + +3 STOP +------ + +Description: Issued when the Virtual Machine is stopped. +Data: None. + +4 DEBUG +------- + +Description: Issued when the Virtual Machine enters debug mode. +Data: None. -- 1.6.6.rc0.50.gaf06e