qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 0/7] vdi: convert to coroutines


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH v2 0/7] vdi: convert to coroutines
Date: Tue, 20 Mar 2012 10:12:44 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120209 Thunderbird/10.0.1

Am 19.03.2012 18:07, schrieb Paolo Bonzini:
> This squashes in the fix for GCC's uninitialized variables false positive.
> 
> Paolo Bonzini (7):
>   vdi: basic conversion to coroutines
>   vdi: move end-of-I/O handling at the end
>   vdi: merge aio_read_cb and aio_write_cb into callers
>   vdi: move aiocb fields to locals
>   vdi: leave bounce buffering to block layer
>   vdi: do not create useless iovecs
>   vdi: change goto to loop
> 
>  block/vdi.c |  421 
> +++++++++++++++--------------------------------------------
>  1 files changed, 108 insertions(+), 313 deletions(-)
> 

Thanks, updated the patches in the block branch.

Kevin



reply via email to

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