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: Alon Levy
Subject: Re: [Qemu-devel] [PATCHv5 09/12] qxl: async io support using new spice api
Date: Fri, 15 Jul 2011 12:06:13 +0300
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Jul 15, 2011 at 10:19:27AM +0200, Gerd Hoffmann wrote:
> 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:
> 

thanks, my bad, did this after the checkpatch (obviously). I'll go add
it to the commit hook.

> total: 0 errors, 1 warnings, 574 lines checked
> 
> cheers,
>   Gerd



reply via email to

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