From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34350 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkP0j-0002fB-UZ for qemu-devel@nongnu.org; Tue, 01 Feb 2011 17:47:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PkP0Y-0004n1-63 for qemu-devel@nongnu.org; Tue, 01 Feb 2011 17:47:35 -0500 Received: from mail-qy0-f180.google.com ([209.85.216.180]:62522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PkP0Y-0004mx-2g for qemu-devel@nongnu.org; Tue, 01 Feb 2011 17:47:34 -0500 Received: by qyk29 with SMTP id 29so7785241qyk.4 for ; Tue, 01 Feb 2011 14:47:33 -0800 (PST) Message-ID: <4D487A24.3080309@codemonkey.ws> Date: Tue, 01 Feb 2011 15:24:52 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PULL 0/8] spice patch queue References: <1296123150-11599-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1296123150-11599-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 01/27/2011 04:12 AM, Gerd Hoffmann wrote: > Hi, > > This is the updated spice patch queue. Changes: > > * rebased against latest master, solved conflicts (trace-events). > * added one more locking bugfix, found by Alon. > > please pull, > Gerd > > The following changes since commit 0fad6efce5d3f18278b7239dece3c251b3e7c04d: > > target-arm: Fix loading of scalar value for Neon multiply-by-scalar (2011-01-26 14:30:24 +0100) > > are available in the git repository at: > git://anongit.freedesktop.org/spice/qemu spice.v30.pull > > Alon Levy (1): > spice: add chardev (v5) > Pulled. Thanks. Although I expect that we'll continue working together in the future to come up with a common guest agent infrastructure. Regards, Anthony Liguori > 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 fixes > > Jiri Denemark (1): > configure: Fix spice probe > > Marc-André Lureau (1): > vnc/spice: fix "never" and "now" expire_time > > MAINTAINERS | 8 ++ > Makefile.objs | 2 +- > configure | 6 +- > hmp-commands.hx | 17 +++++ > hw/qxl.c | 83 ++++------------------- > 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 | 7 ++ > ui/qemu-spice.h | 7 ++ > ui/spice-core.c | 25 +++++++ > 17 files changed, 394 insertions(+), 80 deletions(-) > create mode 100644 spice-qemu-char.c > > >