From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43241 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNeiW-0006RX-Cz for qemu-devel@nongnu.org; Tue, 30 Nov 2010 23:55:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNQ00-0000tc-0b for qemu-devel@nongnu.org; Tue, 30 Nov 2010 08:12:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31427) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PNPzz-0000sU-MZ for qemu-devel@nongnu.org; Tue, 30 Nov 2010 08:11:59 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oAUDBulH026215 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 30 Nov 2010 08:11:56 -0500 From: Gerd Hoffmann Date: Tue, 30 Nov 2010 14:11:52 +0100 Message-Id: <1291122714-2634-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] spice: connection events and monitor commands List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This tiny patch series adds spice connection events and a monitor command for qmü+hmp to query the spice status. v2 splits the single patch into two to ease review and also adds documentation for the commands. please review, Gerd Gerd Hoffmann (2): spice: connection events. spice: add qmp 'query-spice' and hmp 'info spice' commands. QMP/qmp-events.txt | 64 ++++++++++++++++ monitor.c | 30 ++++++++ monitor.h | 3 + qmp-commands.hx | 70 +++++++++++++++++ ui/qemu-spice.h | 3 + ui/spice-core.c | 211 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 381 insertions(+), 0 deletions(-)