Re: [PATCH 2/7] target/arm: Implement v8.3 QARMA3 PAC cipher

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 | 48 +++ > 1 file changed, 39 insertions(+), 9 deletions(-) If you move the stray bit from patch 1 that should be in this patch into here, th

[PATCH 2/7] target/arm: Implement v8.3 QARMA3 PAC cipher

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