qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC][PATCH 11/12] qcow2: Convert qcow2 to use coroutin


From: Avi Kivity
Subject: Re: [Qemu-devel] [RFC][PATCH 11/12] qcow2: Convert qcow2 to use coroutines for async I/O
Date: Wed, 26 Jan 2011 18:08:43 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Thunderbird/3.1.7

On 01/26/2011 05:50 PM, Kevin Wolf wrote:
In the other thread you mentioned that you have written some code
independently. Do you have it in some public git repository?

I've written it mostly in my mind... IIRC I have the basic coroutine equivalents (in my series they are simply threads, without an explicit yield_to, but basically the same thing). I've started work on making aio emulation use coroutines/uthreads, so vmdk and related automatically become non-blocking (but all requests serialize against each other against a built in BlockDriverState::mutex). I have done nothing on qcow2 beyond figuring out how to do it (which I outlined above).

--
error compiling committee.c: too many arguments to function




reply via email to

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