• A
    qxl: async io support using new spice api · 5ff4e36c
    Alon Levy 提交于
    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
    Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: NAlon Levy     <alevy@redhat.com>
    5ff4e36c
qxl.c 56.9 KB