[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH] linux-user/ppc: Implement swapcontext syscall
From: |
Laurent Vivier |
Subject: |
Re: [Qemu-ppc] [PATCH] linux-user/ppc: Implement swapcontext syscall |
Date: |
Sun, 22 Jul 2018 21:07:44 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 |
Le 18/07/2018 à 22:06, Richard Henderson a écrit :
> This allows the tests generated by debian-powerpc-user-cross
> to function properly, especially tests/test-coroutine.
>
> Technically this syscall is available to both ppc32 and ppc64,
> but only ppc32 glibc actually uses it. Thus the ppc64 path is
> untested.
>
> Signed-off-by: Richard Henderson <address@hidden>
> ---
> linux-user/qemu.h | 2 ++
> linux-user/ppc/signal.c | 56 +++++++++++++++++++++++++++++++++++++++++
> linux-user/syscall.c | 6 +++++
> 3 files changed, 64 insertions(+)
>
Reviewed-by: Laurent Vivier <address@hidden>