[Qemu-devel] [PATCH] qxl-render: call ppm_save on bh

2012-03-05 Thread Alon Levy
Uses the newly introduced hw_screen_dump_async. Now that the deadlock with virt-manager is fixed we need to call ppm_save in a bh, with the new command we can notify virt-manager using the SCREEN_DUMP_COMPLETE event. Signed-off-by: Alon Levy --- This needs to go on top of [PATCH v3 0/3] screendum

[Qemu-devel] [PATCH] qxl-render: call ppm_save on bh

2012-02-24 Thread Alon Levy
Uses the newly introduced hw_screen_dump_async. Now that the deadlock with virt-manager is fixed we need to call ppm_save in a bh, with the new command we can notify virt-manager using the SCREEN_DUMP_COMPLETE event. Signed-off-by: Alon Levy --- This goes on top of the QEVENT_SCREEN_DUMP_ASYNC a