From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Gerd Hoffmann Date: Mon, 10 Jan 2011 14:31:45 +0100 Message-Id: <1294666311-23457-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/6] spice patch queue 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, 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 8aaf42ed0f203da63860b0a3ab3ff2bdfe9b4c= b0: 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=C3=A9 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