From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9cg5-0003IY-Mc for qemu-devel@nongnu.org; Mon, 19 Mar 2012 09:31:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9cfa-00053T-Dw for qemu-devel@nongnu.org; Mon, 19 Mar 2012 09:31:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9cfa-000533-5p for qemu-devel@nongnu.org; Mon, 19 Mar 2012 09:30:42 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q2JDUexa024175 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 19 Mar 2012 09:30:40 -0400 From: Gerd Hoffmann Date: Mon, 19 Mar 2012 14:30:31 +0100 Message-Id: <1332163838-1587-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/7] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch series brings tracing support for qxl and a bunch of bugfixes, most notably the one for the recent spice initialization breakage. =20 please pull, Gerd The following changes since commit 5bd33de6635577744b3c10dd3913bfe8c5ffaf= 40: 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=C3=A9 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(-)