On Mon, Feb 13, 2012 at 15:49, Daniel P. Berrange wrote:
> Since the 3 different coroutine impls are mutually exclusive
> choices, perhaps it'd be preferable to just have a single
> configure argument like
>
> --with-couroutines=[ucontext|sigaltstack|gthread]
>
> Thus avoiding the non-sensical s
On Mon, Feb 13, 2012 at 03:42:30PM +0100, Alex Barcelo wrote:
> It's possible to enable/disable sigaltstack, but it always has
> less priority than ucontext method (to force sigaltstack,
> ucontext has to be disabled).
>
> Signed-off-by: Alex Barcelo
> ---
> Makefile.objs |4
> configur
It's possible to enable/disable sigaltstack, but it always has
less priority than ucontext method (to force sigaltstack,
ucontext has to be disabled).
Signed-off-by: Alex Barcelo
---
Makefile.objs |4
configure | 39 +++
2 files changed, 43 inse