Re: [Qemu-devel] [PATCH 5/6] linux-user: Implement PR_PAC_RESET_KEYS

2019-02-01 Thread Peter Maydell
On Fri, 25 Jan 2019 at 22:57, Richard Henderson wrote: > > Signed-off-by: Richard Henderson > --- > linux-user/aarch64/target_syscall.h | 7 ++ > linux-user/syscall.c| 33 + > 2 files changed, 40 insertions(+) > @@ -9691,6 +9691,39 @@ static abi_

[Qemu-devel] [PATCH 5/6] linux-user: Implement PR_PAC_RESET_KEYS

2019-01-25 Thread Richard Henderson
Signed-off-by: Richard Henderson --- linux-user/aarch64/target_syscall.h | 7 ++ linux-user/syscall.c| 33 + 2 files changed, 40 insertions(+) diff --git a/linux-user/aarch64/target_syscall.h b/linux-user/aarch64/target_syscall.h index 937fd7989e