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

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

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

2023-02-02 Thread Aaron Lindsay
Signed-off-by: Aaron Lindsay --- target/arm/pauth_helper.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/target/arm/pauth_helper.c b/target/arm/pauth_helper.c index f525ef7fad..a83956652f 100644 --- a/target/arm/pauth_helper.c +++ b/target/arm/pauth_helper.c @