qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/7] spice patch queue
@ 2012-11-02  9:35 Gerd Hoffmann
  2012-11-02  9:35 ` [Qemu-devel] [PATCH 1/7] hw/qxl: guest bug on primary create with stride %4 != 0 Gerd Hoffmann
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Gerd Hoffmann @ 2012-11-02  9:35 UTC (permalink / raw)
  To: qemu-devel; +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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-11-14 16:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-02  9:35 [Qemu-devel] [PULL 0/7] spice patch queue Gerd Hoffmann
2012-11-02  9:35 ` [Qemu-devel] [PATCH 1/7] hw/qxl: guest bug on primary create with stride %4 != 0 Gerd Hoffmann
2012-11-02  9:35 ` [Qemu-devel] [PATCH 2/7] hw/qxl: qxl_send_events: nop if stopped Gerd Hoffmann
2012-11-02  9:35 ` [Qemu-devel] [PATCH 3/7] qxl: fix cursor reset Gerd Hoffmann
2012-11-02  9:35 ` [Qemu-devel] [PATCH 4/7] qxl: call dpy_gfx_resize when entering vga mode Gerd Hoffmann
2012-11-02  9:35 ` [Qemu-devel] [PATCH 5/7] spice: switch to pixman Gerd Hoffmann
2012-11-02  9:35 ` [Qemu-devel] [PATCH 6/7] pflib: unused, remove it Gerd Hoffmann
2012-11-02  9:35 ` [Qemu-devel] [PATCH 7/7] spice: fix initialization order Gerd Hoffmann
2012-11-05 12:29 ` [Qemu-devel] [PULL 0/7] spice patch queue Gerd Hoffmann
2012-11-14 16:21 ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).