From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUDex-0006SQ-33 for qemu-devel@nongnu.org; Fri, 02 Nov 2012 05:35:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TUDet-0002lt-7T for qemu-devel@nongnu.org; Fri, 02 Nov 2012 05:35:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUDes-0002lV-UY for qemu-devel@nongnu.org; Fri, 02 Nov 2012 05:35:23 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qA29ZLZ3018439 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 2 Nov 2012 05:35:21 -0400 From: Gerd Hoffmann Date: Fri, 2 Nov 2012 10:35:12 +0100 Message-Id: <1351848919-10388-1-git-send-email-kraxel@redhat.com> 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, Here comes the spice patch queue. It carries some qxl bugfixes, switches spice-display over to pixman, drops the obsolete pflib bits and fixes some fallout from the console cleanup patch series. please pull, Gerd The following changes since commit 4ba79505f43bd0ace35c3fe42197eb02e7e0478e: Merge remote-tracking branch 'kraxel/pixman.v3' into staging (2012-11-01 11:14:39 -0500) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v62 Alon Levy (2): hw/qxl: guest bug on primary create with stride %4 != 0 hw/qxl: qxl_send_events: nop if stopped Gerd Hoffmann (5): qxl: fix cursor reset qxl: call dpy_gfx_resize when entering vga mode spice: switch to pixman pflib: unused, remove it. spice: fix initialization order Makefile.objs | 1 - console.h | 5 + hw/qxl.c | 36 ++++++++- pflib.c | 215 ---------------------------------------------------- pflib.h | 20 ----- qemu-pixman.c | 13 +++ qemu-pixman.h | 2 + trace-events | 1 + ui/spice-display.c | 53 ++++++------- ui/spice-display.h | 7 +- 10 files changed, 79 insertions(+), 274 deletions(-) delete mode 100644 pflib.c delete mode 100644 pflib.h