Re: [Qemu-devel] [PATCH v2 21/27] target/arm: Implement pauth_auth

2019-01-07 Thread Peter Maydell
On Fri, 14 Dec 2018 at 05:24, Richard Henderson wrote: > > This is not really functional yet, because the crypto is not yet > implemented. This, however follows the Auth pseudo function. > > Signed-off-by: Richard Henderson > --- > target/arm/helper-a64.c | 21 - > 1 file ch

[Qemu-devel] [PATCH v2 21/27] target/arm: Implement pauth_auth

2018-12-13 Thread Richard Henderson
This is not really functional yet, because the crypto is not yet implemented. This, however follows the Auth pseudo function. Signed-off-by: Richard Henderson --- target/arm/helper-a64.c | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/target/arm/helper-