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 _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
