From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51222 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhPAA-0004gb-ON for qemu-devel@nongnu.org; Mon, 24 Jan 2011 11:21:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhPA0-0005mu-7y for qemu-devel@nongnu.org; Mon, 24 Jan 2011 11:21:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhPA0-0005mY-13 for qemu-devel@nongnu.org; Mon, 24 Jan 2011 11:20: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 p0OGKtNt005829 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 24 Jan 2011 11:20:55 -0500 From: Gerd Hoffmann Date: Mon, 24 Jan 2011 17:20:41 +0100 Message-Id: <1295886049-30548-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/8] 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, This is the updated spice patch queue. Changes: * rebased against latest master. * replaced Alon's chardev patch with v5 which addresses blue swirl's review comments. * added one locking bugfix. * fix bug added recently by configure cleanup. please pull, Gerd Alon Levy (1): spice: add chardev (v5) Gerd Hoffmann (5): add migration state change notifiers spice/vnc: client migration. spice: MAINTAINERS update spice/qxl: zap spice 0.4 migration compatibility bits qxl: locking fix Jiri Denemark (1): configure: Fix spice probe Marc-Andr=C3=A9 Lureau (1): vnc/spice: fix "never" and "now" expire_time MAINTAINERS | 8 ++ Makefile.objs | 2 +- configure | 6 +- hmp-commands.hx | 17 +++++ hw/qxl.c | 81 ++++------------------- 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 | 190 +++++++++++++++++++++++++++++++++++++++++++++++= ++++++ trace-events | 6 ++ ui/qemu-spice.h | 7 ++ ui/spice-core.c | 25 +++++++ 17 files changed, 391 insertions(+), 80 deletions(-) create mode 100644 spice-qemu-char.c The following changes since commit 0bfe006c5380c5f8a485a55ded3329fbbc2243= 96: multiboot: Fix upper memory size in multiboot info (2011-01-23 22:44:13= +0100) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v29.pull Alon Levy (1): spice: add chardev (v5) Gerd Hoffmann (5): add migration state change notifiers spice/vnc: client migration. spice: MAINTAINERS update spice/qxl: zap spice 0.4 migration compatibility bits qxl: locking fix Jiri Denemark (1): configure: Fix spice probe Marc-Andr=C3=A9 Lureau (1): vnc/spice: fix "never" and "now" expire_time MAINTAINERS | 8 ++ Makefile.objs | 2 +- configure | 6 +- hmp-commands.hx | 17 +++++ hw/qxl.c | 81 ++++------------------- 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 | 190 +++++++++++++++++++++++++++++++++++++++++++++++= ++++++ trace-events | 6 ++ ui/qemu-spice.h | 7 ++ ui/spice-core.c | 25 +++++++ 17 files changed, 391 insertions(+), 80 deletions(-) create mode 100644 spice-qemu-char.c