[Spice-devel] [PATCH 0/2] async monitor support

Alon Levy alevy at redhat.com
Mon Oct 24 05:09:50 PDT 2011


This patchset together with the qemu-devel series titled
"monitor+qxl: async monitor support" fixes bz747011 by implementing
support for having async io operations and async monitor operations
at the same time (second patch) and by fixing the existing API added
with the initial async impplementation with respect to the
spice_qxl_update_area_async call, that doesn't include the list of dirty
rectangles (first patch).

Alon Levy (2):
  server: spice_qxl_update_area_dirty_async
  red_dispatcher: support concurrent asyncs

 configure.ac             |    2 +-
 server/red_dispatcher.c  |  113 +++++++++++++++++++++++++++++++++++++--------
 server/red_worker.c      |   57 ++++++++++++++++++-----
 server/red_worker.h      |    3 +-
 server/spice-server.syms |   12 ++++-
 server/spice.h           |    8 +++-
 6 files changed, 157 insertions(+), 38 deletions(-)

-- 
1.7.7



More information about the Spice-devel mailing list