From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9jvw-0006do-VH for qemu-devel@nongnu.org; Mon, 19 Mar 2012 17:16:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9jvu-0006nW-W7 for qemu-devel@nongnu.org; Mon, 19 Mar 2012 17:16:04 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:39609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9jvu-0006mw-Rr for qemu-devel@nongnu.org; Mon, 19 Mar 2012 17:16:02 -0400 Received: by ghrr14 with SMTP id r14so6836056ghr.4 for ; Mon, 19 Mar 2012 14:16:01 -0700 (PDT) Message-ID: <4F67A20D.9080206@codemonkey.ws> Date: Mon, 19 Mar 2012 16:15:57 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1332163838-1587-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1332163838-1587-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PULL 0/7] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 03/19/2012 08:30 AM, Gerd Hoffmann wrote: > Hi, > > This patch series brings tracing support for qxl and a bunch of > bugfixes, most notably the one for the recent spice initialization > breakage. > > please pull, > Gerd Pulled. Thanks. Regards, Anthony Liguori > > The following changes since commit 5bd33de6635577744b3c10dd3913bfe8c5ffaf40: > > tcg: fix sparc host for AREG0 free operation (2012-03-18 19:15:32 +0000) > > are available in the git repository at: > git://anongit.freedesktop.org/spice/qemu spice.v50 > > Alon Levy (4): > qxl: init_pipe_signaling: exit on failure > qxl: switch qxl.c to trace-events > qxl/qxl_render.c: add trace events > spice: fix broken initialization > > Marc-André Lureau (1): > spice: set spice uuid and name > > Peter Maydell (1): > hw/qxl.c: Fix compilation failures on 32 bit hosts > > Yonit Halperin (1): > monitor: fix client_migrate_info error handling > > hw/qxl-render.c | 13 +--- > hw/qxl.c | 176 ++++++++++++++++++++++++++-------------------------- > monitor.c | 5 ++ > trace-events | 66 +++++++++++++++++++ > ui/spice-core.c | 15 ++--- > ui/spice-display.c | 14 ++++- > vl.c | 5 ++ > 7 files changed, 186 insertions(+), 108 deletions(-) > >