qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH 0/2] port network layer onto glib


From: Peter Maydell
Subject: Re: [Qemu-devel] [RFC PATCH 0/2] port network layer onto glib
Date: Thu, 14 Mar 2013 11:26:08 +0000

On 14 March 2013 11:04, Paolo Bonzini <address@hidden> wrote:
>>> > The gthread coroutine backend is really more for debugging than anything
>>> > else.  It works for qemu-io/img, but not for QEMU.  Good that you
>>> > actually found proof. :)
>> If it's not supposed to work we shouldn't let configure default
>> to it
>
> Agreed.  I thought it didn't anymore.

Nope, we still go ucontext -> gthread (and for platforms which don't
support ucontext we'll go straight to gthread).

I think we should probably be ucontext -> sigaltstack. The configure
code for this is a bit dodgy anyway (for instance there are paths
through it that can end up not setting coroutine_backend at all).
I'll submit a patch to tidy it up and not have gthread as our fallback.

-- PMM



reply via email to

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