From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52658 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pcd25-0002DN-73 for qemu-devel@nongnu.org; Tue, 11 Jan 2011 07:09:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pcd1b-0008F3-8i for qemu-devel@nongnu.org; Tue, 11 Jan 2011 07:08:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:16673) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pcd1a-0008Eb-UZ for qemu-devel@nongnu.org; Tue, 11 Jan 2011 07:08:31 -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 p0BC8To9000526 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 11 Jan 2011 07:08:30 -0500 From: Gerd Hoffmann Date: Tue, 11 Jan 2011 13:08:19 +0100 Message-Id: <1294747706-31382-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 v2 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. [ v2: rewrite the spice client migration in a way that allows vnc to easily join the party later on ] please pull, Gerd Alon Levy (1): spice: add chardev (v4) Gerd Hoffmann (4): add migration state change notifiers spice/vnc: 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 | 17 +++++ hw/qxl.c | 79 +++-------------------- hw/qxl.h | 4 - migration.c | 28 ++++++++ migration.h | 5 ++ monitor.c | 31 ++++++++- 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 | 7 ++ ui/spice-core.c | 25 +++++++ 15 files changed, 375 insertions(+), 77 deletions(-) create mode 100644 spice-qemu-char.c The following changes since commit 05bf441eb69a813d3893174d54faa6afa8c0d3= 9b: cris: Remove unused orig_flags (2011-01-10 23:28:08 +0100) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v28.pull Alon Levy (1): spice: add chardev (v4) Gerd Hoffmann (4): add migration state change notifiers spice/vnc: 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 | 17 +++++ hw/qxl.c | 79 +++-------------------- hw/qxl.h | 4 - migration.c | 28 ++++++++ migration.h | 5 ++ monitor.c | 31 ++++++++- 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 | 7 ++ ui/spice-core.c | 25 +++++++ 15 files changed, 375 insertions(+), 77 deletions(-) create mode 100644 spice-qemu-char.c