From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVSvc-0007Gw-Or for qemu-devel@nongnu.org; Thu, 14 Jan 2010 11:52:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVSvU-0007C3-Vg for qemu-devel@nongnu.org; Thu, 14 Jan 2010 11:52:09 -0500 Received: from [199.232.76.173] (port=44455 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVSvU-0007Bg-Gp for qemu-devel@nongnu.org; Thu, 14 Jan 2010 11:52:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:9754) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVSvT-00029g-It for qemu-devel@nongnu.org; Thu, 14 Jan 2010 11:52:04 -0500 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0EGpo5C029855 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 14 Jan 2010 11:51:50 -0500 From: Luiz Capitulino Date: Thu, 14 Jan 2010 14:50:51 -0200 Message-Id: <1263487859-6318-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v0 0/8]: VNC events and cleanup List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: armbru@redhat.com Hi there, This series contains two VNC related changes. First a small cleanup is done in the current 'query-vnc' command _response_, then the following QMP events are introduced: - VNC_CONNECTED: emitted when a VNC client establishes a connection - VNC_INITIALIZED: emitted when the VNC session is made active - VNC_DISCONNECTED: emitted when the conection is closed The only issue is the current events documentation. I'm using the current format which is quite bad, things will improve when we have proper documentation support (being worked out by Markus). Thanks.