qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCHv5 09/12] qxl: async io support using new spice a


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCHv5 09/12] qxl: async io support using new spice api
Date: Fri, 15 Jul 2011 10:19:27 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Red Hat/3.1.11-2.el6_1 Thunderbird/3.1.11

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]