Re: [Qemu-devel] [PATCH v6 0/5] Coroutines for better asynchronous programming

2011-07-18 Thread Stefan Hajnoczi
On Sat, Jul 16, 2011 at 11:08 AM, Blue Swirl wrote: > On Mon, Jun 27, 2011 at 12:21 PM, Stefan Hajnoczi wrote: >> Here is the latest version of the coroutine series with Mac OS X fixes from >> Andreas Färber . >> >> QEMU is event-driven and suffers when blocking operations are performed >> becau

Re: [Qemu-devel] [PATCH v6 0/5] Coroutines for better asynchronous programming

2011-07-16 Thread Blue Swirl
On Mon, Jun 27, 2011 at 12:21 PM, Stefan Hajnoczi wrote: > Here is the latest version of the coroutine series with Mac OS X fixes from > Andreas Färber . > > QEMU is event-driven and suffers when blocking operations are performed > because > VM execution may be stopped until the operation complet

[Qemu-devel] [PATCH v6 0/5] Coroutines for better asynchronous programming

2011-06-27 Thread Stefan Hajnoczi
Here is the latest version of the coroutine series with Mac OS X fixes from Andreas Färber . QEMU is event-driven and suffers when blocking operations are performed because VM execution may be stopped until the operation completes. Therefore many operations that could block are performed asynchro