Re: [PATCH 4/7] target/arm: Implement v8.3 Pauth2

2023-02-13 Thread Peter Maydell
On Thu, 2 Feb 2023 at 21:13, Aaron Lindsay wrote: > > Signed-off-by: Aaron Lindsay > --- > target/arm/pauth_helper.c | 29 +++-- > 1 file changed, 19 insertions(+), 10 deletions(-) > > diff --git a/target/arm/pauth_helper.c b/target/arm/pauth_helper.c > index a83956652f..

[PATCH 4/7] target/arm: Implement v8.3 Pauth2

2023-02-02 Thread Aaron Lindsay
Signed-off-by: Aaron Lindsay --- target/arm/pauth_helper.c | 29 +++-- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/target/arm/pauth_helper.c b/target/arm/pauth_helper.c index a83956652f..6ebf6df75c 100644 --- a/target/arm/pauth_helper.c +++ b/target/arm