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
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
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