On 07/14/11 21:13, Alon Levy wrote:
Some of the QXL port i/o commands are waiting for the spice server to
complete certain actions. Add async versions for these commands, so we
don't block the vcpu while the spice server processses the command.
Instead the qxl device will raise an IRQ when done.
The async command processing relies on an added QXLInterface::async_complete
and added QXLWorker::*_async additions, in spice server qxl>= 3.1
Applying: qxl: async io support using new spice api
=== checkpatch complains ===
WARNING: labels should not be indented
#320: FILE: hw/qxl.c:1207:
+ async_common:
total: 0 errors, 1 warnings, 574 lines checked
cheers,
Gerd