From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvPeY-0003nh-8b for qemu-devel@nongnu.org; Fri, 13 Jun 2014 07:28:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WvPeR-0006E6-H6 for qemu-devel@nongnu.org; Fri, 13 Jun 2014 07:28:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvPeR-0006Du-3e for qemu-devel@nongnu.org; Fri, 13 Jun 2014 07:28:07 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5DBS5I9015374 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 13 Jun 2014 07:28:06 -0400 From: Gerd Hoffmann Date: Fri, 13 Jun 2014 13:27:58 +0200 Message-Id: <1402658880-10987-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/2] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Spice patch queue, featuring mouse pointer support for non-qxl cards and a bugfix for the qxl renderer. please pull, Gerd The following changes since commit 2a2c4830c0068d70443f3dddc4cc668f0c601b5c: Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20140611-1' into staging (2014-06-12 09:51:41 +0100) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu tags/pull-spice-20140613-1 for you to fetch changes up to 788fbf042fc6d5aaeab56757e6dad622ac5f0c21: qxl-render: add sanity check (2014-06-13 12:34:57 +0200) ---------------------------------------------------------------- spice: add mouse cursor support qxl-render: add sanity check ---------------------------------------------------------------- Gerd Hoffmann (2): spice: add mouse cursor support qxl-render: add sanity check hw/display/qxl-render.c | 6 +++ hw/display/qxl.c | 6 ++- include/ui/spice-display.h | 14 +++++ ui/spice-display.c | 129 +++++++++++++++++++++++++++++++++++++++++---- 4 files changed, 143 insertions(+), 12 deletions(-)