From patchwork Mon Jan 10 13:31:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 78148 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id A3E91B7063 for ; Tue, 11 Jan 2011 00:35:31 +1100 (EST) Received: from localhost ([127.0.0.1]:60486 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcHuC-0004tE-9w for incoming@patchwork.ozlabs.org; Mon, 10 Jan 2011 08:35:28 -0500 Received: from [140.186.70.92] (port=33446 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcHqp-00037T-3f for qemu-devel@nongnu.org; Mon, 10 Jan 2011 08:32:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PcHqm-0002s2-IU for qemu-devel@nongnu.org; Mon, 10 Jan 2011 08:31:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PcHqm-0002rO-Av for qemu-devel@nongnu.org; Mon, 10 Jan 2011 08:31:56 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0ADVsM9014119 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 10 Jan 2011 08:31:54 -0500 Received: from rincewind.home.kraxel.org (vpn2-8-96.ams2.redhat.com [10.36.8.96]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p0ADVqbV019201; Mon, 10 Jan 2011 08:31:53 -0500 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id 93497415F9; Mon, 10 Jan 2011 14:31:51 +0100 (CET) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Mon, 10 Jan 2011 14:31:45 +0100 Message-Id: <1294666311-23457-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id p0ADVsM9014119 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Cc: Gerd Hoffmann Subject: [Qemu-devel] [PULL 0/6] spice patch queue X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Hi, Here is a bunch of spice patches accumuled this year, they all have been on the list for review. please pull, Gerd The following changes since commit 8aaf42ed0f203da63860b0a3ab3ff2bdfe9b4cb0: slirp: fix unaligned access in bootp code (2011-01-10 10:56:25 +0100) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v27.pull Alon Levy (1): spice: add chardev (v4) Gerd Hoffmann (4): add migration state change notifiers spice: client migration. spice: MAINTAINERS update spice/qxl: zap spice 0.4 migration compatibility bits Marc-André Lureau (1): vnc/spice: fix "never" and "now" expire_time MAINTAINERS | 8 ++ Makefile.objs | 2 +- hmp-commands.hx | 20 ++++++ hw/qxl.c | 79 +++-------------------- hw/qxl.h | 4 - migration.c | 28 ++++++++ migration.h | 5 ++ monitor.c | 4 +- qemu-char.c | 4 + qemu-config.c | 6 ++ qemu-options.hx | 16 ++++- qmp-commands.hx | 35 ++++++++++ spice-qemu-char.c | 185 +++++++++++++++++++++++++++++++++++++++++++++++++++++ ui/qemu-spice.h | 4 + ui/spice-core.c | 40 ++++++++++++ 15 files changed, 363 insertions(+), 77 deletions(-) create mode 100644 spice-qemu-char.c