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

v4->v5:
 added patches, not related but just not to forget:
  qxl: fix spice+sdl no cursor regression
   - fixes an issue discovered by Fabiano Fidêncio, he confirms this fix
     performs the same as reverting 075360945860ad9bdd491921954b383bf762b0e5 .
  vga: stop after the first ppm_save
   - single liner to ensure a single ppm_save for a single screendump
     monitor command.
 spice >= 0.8.2 - remove some more ifdefs (Gerd)
 introduce QXLCookie - fix whitespace (Gerd)
 remove flipped - tested with linux too (no async driver, found one mistake
  in "drop qxl_spice_update_area_async definition" and fixed it). Note that
  there is no user for qxl_stride > 0, so that code remains untested.
 make qxl_render_update async
  - removed render_update_redraw_area (Gerd)
  - removed render_update_redraw, use resized (it has the same meaning)
 moved the second bh for ppm_save to a different patchset, will send after this.

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

Gerd Hoffman (2):
  vga: stop after the first ppm_save
  console: don't call console_select unnecessarily

 configure          |    2 +-
 console.c          |    6 +-
 hw/qxl-render.c    |  156 +++++++++++++++++++++++++++++++-------------------
 hw/qxl.c           |  162 +++++++++++++++++++++++++++++++++++-----------------
 hw/qxl.h           |   24 ++++----
 hw/vga.c           |    1 +
 ui/sdl.c           |    4 -
 ui/spice-core.c    |   17 ------
 ui/spice-display.c |   57 +++++++++++--------
 ui/spice-display.h |   21 +++++++
 10 files changed, 277 insertions(+), 173 deletions(-)

-- 
1.7.9.1

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

end of thread, other threads:[~2012-02-24 19:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-22 21:09 [Qemu-devel] [PATCH v5 0/9] qxl: fix hangs caused by qxl_render_update Alon Levy
2012-02-22 21:09 ` [Qemu-devel] [PATCH v5 1/9] qxl: fix spice+sdl no cursor regression Alon Levy
2012-02-22 21:09 ` [Qemu-devel] [PATCH v5 2/9] vga: stop after the first ppm_save Alon Levy
2012-02-22 21:09 ` [Qemu-devel] [PATCH v5 3/9] console: don't call console_select unnecessarily Alon Levy
2012-02-22 21:09 ` [Qemu-devel] [PATCH v5 4/9] sdl: remove NULL check, g_malloc0 can't fail Alon Levy
2012-02-22 21:09 ` [Qemu-devel] [PATCH v5 5/9] qxl: drop qxl_spice_update_area_async definition Alon Levy
2012-02-22 21:09 ` [Qemu-devel] [PATCH v5 6/9] qxl: require spice >= 0.8.2 Alon Levy
2012-02-22 21:09 ` [Qemu-devel] [PATCH v5 7/9] qxl: remove flipped Alon Levy
2012-02-22 21:09 ` [Qemu-devel] [PATCH v5 8/9] qxl: introduce QXLCookie Alon Levy
2012-02-24 11:46   ` Gerd Hoffmann
2012-02-24 19:25     ` Alon Levy
2012-02-22 21:09 ` [Qemu-devel] [PATCH v5 9/9] qxl: make qxl_render_update async Alon Levy
2012-02-23  9:25 ` [Qemu-devel] [PATCH v5 0/9] 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).