Re: [Qemu-devel] [PATCH 2/6] coroutine: add a macro for the coroutine stack size

2016-07-01 Thread Richard Henderson
On 06/30/2016 12:37 AM, Peter Lieven wrote: Signed-off-by: Peter Lieven --- include/qemu/coroutine_int.h | 2 ++ util/coroutine-sigaltstack.c | 2 +- util/coroutine-ucontext.c| 2 +- util/coroutine-win32.c | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) Reviewed-by: Richard

[Qemu-devel] [PATCH 2/6] coroutine: add a macro for the coroutine stack size

2016-06-30 Thread Peter Lieven
Signed-off-by: Peter Lieven --- include/qemu/coroutine_int.h | 2 ++ util/coroutine-sigaltstack.c | 2 +- util/coroutine-ucontext.c| 2 +- util/coroutine-win32.c | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/include/qemu/coroutine_int.h b/include/qemu/coroutine_