From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYfj0-0001le-Mn for qemu-devel@nongnu.org; Wed, 14 Nov 2012 11:22:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYfix-0007Xw-Kp for qemu-devel@nongnu.org; Wed, 14 Nov 2012 11:22:02 -0500 Received: from mail-ie0-f173.google.com ([209.85.223.173]:64481) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYfix-0007Xm-GB for qemu-devel@nongnu.org; Wed, 14 Nov 2012 11:21:59 -0500 Received: by mail-ie0-f173.google.com with SMTP id 17so820012iea.4 for ; Wed, 14 Nov 2012 08:21:58 -0800 (PST) From: Anthony Liguori In-Reply-To: <1351848919-10388-1-git-send-email-kraxel@redhat.com> References: <1351848919-10388-1-git-send-email-kraxel@redhat.com> Date: Wed, 14 Nov 2012 10:21:54 -0600 Message-ID: <87390ctasd.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 , qemu-devel@nongnu.org Gerd Hoffmann writes: > 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 Pulled v63. Thanks. Regards, Anthony Liguori > > 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