[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH V8 4/6] coroutine-sigaltstack: use helper for al
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-devel] [PATCH V8 4/6] coroutine-sigaltstack: use helper for allocating stack memory |
Date: |
Mon, 26 Sep 2016 15:51:27 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Am 26.09.2016 um 13:44 hat Peter Lieven geschrieben:
> Signed-off-by: Peter Lieven <address@hidden>
> ---
> util/coroutine-sigaltstack.c | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/util/coroutine-sigaltstack.c b/util/coroutine-sigaltstack.c
> index 9c2854c..d9c7f66 100644
> --- a/util/coroutine-sigaltstack.c
> +++ b/util/coroutine-sigaltstack.c
> @@ -33,6 +33,7 @@
> typedef struct {
> Coroutine base;
> void *stack;
> + size_t stack_size;
> sigjmp_buf env;
> } CoroutineUContext;
Not related to your patch, but somehow I feel some renaming would be in
order... (compare the struct name and the source file name)
Kevin
- [Qemu-devel] [PATCH V8 0/6] coroutine: mmap stack memory and stack size, Peter Lieven, 2016/09/26
- [Qemu-devel] [PATCH V8 2/6] coroutine: add a macro for the coroutine stack size, Peter Lieven, 2016/09/26
- [Qemu-devel] [PATCH V8 6/6] coroutine: reduce stack size to 60kB, Peter Lieven, 2016/09/26
- [Qemu-devel] [PATCH V8 5/6] oslib-posix: add a configure switch to debug stack usage, Peter Lieven, 2016/09/26
- [Qemu-devel] [PATCH V8 4/6] coroutine-sigaltstack: use helper for allocating stack memory, Peter Lieven, 2016/09/26
- Re: [Qemu-devel] [PATCH V8 4/6] coroutine-sigaltstack: use helper for allocating stack memory,
Kevin Wolf <=
- [Qemu-devel] [PATCH V8 3/6] coroutine-ucontext: use helper for allocating stack memory, Peter Lieven, 2016/09/26