Re: [Qemu-devel] [PATCH 5/5] qxl: support async monitor screen dump

2011-10-24 Thread Alon Levy
On Mon, Oct 24, 2011 at 05:29:47PM +0200, Gerd Hoffmann wrote: > On 10/24/11 14:02, Alon Levy wrote: > > Split qxl_spice_update_area_complete from qxl_render_update, use > > SPICE_INTERFACE_QXL_MINOR 2 introduced spice_qxl_update_area_dirty_async > > to retrive the dirty rectangles asyncronously (t

Re: [Qemu-devel] [PATCH 5/5] qxl: support async monitor screen dump

2011-10-24 Thread Gerd Hoffmann
On 10/24/11 14:02, Alon Levy wrote: > Split qxl_spice_update_area_complete from qxl_render_update, use > SPICE_INTERFACE_QXL_MINOR 2 introduced spice_qxl_update_area_dirty_async > to retrive the dirty rectangles asyncronously (the previous > spice_qxl_update_area_async did not accept a dirty rectan

[Qemu-devel] [PATCH 5/5] qxl: support async monitor screen dump

2011-10-24 Thread Alon Levy
Split qxl_spice_update_area_complete from qxl_render_update, use SPICE_INTERFACE_QXL_MINOR 2 introduced spice_qxl_update_area_dirty_async to retrive the dirty rectangles asyncronously (the previous spice_qxl_update_area_async did not accept a dirty rectangles array). Introduce SpiceAsyncMonitorScr