Re: [Qemu-devel] [PATCH 3/6] coroutine-ucontext: use helper for allocating stack memory

2016-07-01 Thread Richard Henderson
On 06/30/2016 12:37 AM, Peter Lieven wrote: Signed-off-by: Peter Lieven --- util/coroutine-ucontext.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH 3/6] coroutine-ucontext: use helper for allocating stack memory

2016-06-30 Thread Peter Lieven
Signed-off-by: Peter Lieven --- util/coroutine-ucontext.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/util/coroutine-ucontext.c b/util/coroutine-ucontext.c index 31254ab..b7dea8c 100644 --- a/util/coroutine-ucontext.c +++ b/util/coroutine-ucontext.c @@ -82,7 +82,6