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