qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v6 0/7] qxl: fix hangs caused by qxl_render_update
@ 2012-02-24 21:19 Alon Levy
  2012-02-24 21:19 ` [Qemu-devel] [PATCH v6 1/7] qxl: fix spice+sdl no cursor regression Alon Levy
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Alon Levy @ 2012-02-24 21:19 UTC (permalink / raw)
  To: qemu-devel, kraxel

v5->v6:
 rebased
 dropped vga/console patches
 addressed checkpatch complaints
 
Alon Levy (7):
  qxl: fix spice+sdl no cursor regression
  sdl: remove NULL check, g_malloc0 can't fail
  qxl: drop qxl_spice_update_area_async definition
  qxl: require spice >= 0.8.2
  qxl: remove flipped
  qxl: introduce QXLCookie
  qxl: make qxl_render_update async

 configure          |    2 +-
 hw/qxl-render.c    |  156 ++++++++++++++++++++++++++++++-------------------
 hw/qxl.c           |  164 +++++++++++++++++++++++++++++++++++-----------------
 hw/qxl.h           |   24 ++++----
 ui/sdl.c           |    4 -
 ui/spice-core.c    |   17 ------
 ui/spice-display.c |   57 +++++++++++--------
 ui/spice-display.h |   21 +++++++
 8 files changed, 274 insertions(+), 171 deletions(-)

-- 
1.7.9.1

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

end of thread, other threads:[~2012-02-27  9:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24 21:19 [Qemu-devel] [PATCH v6 0/7] qxl: fix hangs caused by qxl_render_update Alon Levy
2012-02-24 21:19 ` [Qemu-devel] [PATCH v6 1/7] qxl: fix spice+sdl no cursor regression Alon Levy
2012-02-24 21:19 ` [Qemu-devel] [PATCH v6 2/7] sdl: remove NULL check, g_malloc0 can't fail Alon Levy
2012-02-24 21:19 ` [Qemu-devel] [PATCH v6 3/7] qxl: drop qxl_spice_update_area_async definition Alon Levy
2012-02-24 21:19 ` [Qemu-devel] [PATCH v6 4/7] qxl: require spice >= 0.8.2 Alon Levy
2012-02-24 21:19 ` [Qemu-devel] [PATCH v6 5/7] qxl: remove flipped Alon Levy
2012-02-24 21:19 ` [Qemu-devel] [PATCH v6 6/7] qxl: introduce QXLCookie Alon Levy
2012-02-24 21:19 ` [Qemu-devel] [PATCH v6 7/7] qxl: make qxl_render_update async Alon Levy
2012-02-27  9:14 ` [Qemu-devel] [PATCH v6 0/7] qxl: fix hangs caused by qxl_render_update Gerd Hoffmann

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).