Re: [PATCH v3 7/8] target/arm: Implement v8.3 FPAC and FPACCOMBINE

2023-07-04 Thread Peter Maydell
On Fri, 9 Jun 2023 at 18:23, Aaron Lindsay wrote: > > Signed-off-by: Aaron Lindsay Something weird seems to have happened with the different versions of this series. There is also a "v3" of this patch that was sent to the list back in March, it's the same text as this one, and Richard reviewed

[PATCH v3 7/8] target/arm: Implement v8.3 FPAC and FPACCOMBINE

2023-06-09 Thread Aaron Lindsay
Signed-off-by: Aaron Lindsay --- target/arm/syndrome.h | 7 +++ target/arm/tcg/pauth_helper.c | 16 2 files changed, 23 insertions(+) diff --git a/target/arm/syndrome.h b/target/arm/syndrome.h index d27d1bc31f..bf79c539d9 100644 --- a/target/arm/syndrome.h +++

Re: [PATCH v3 7/8] target/arm: Implement v8.3 FPAC and FPACCOMBINE

2023-03-23 Thread Richard Henderson
On 3/22/23 13:25, Aaron Lindsay wrote: Signed-off-by: Aaron Lindsay --- target/arm/syndrome.h | 7 +++ target/arm/tcg/pauth_helper.c | 16 2 files changed, 23 insertions(+) Reviewed-by: Richard Henderson r~

[PATCH v3 7/8] target/arm: Implement v8.3 FPAC and FPACCOMBINE

2023-03-22 Thread Aaron Lindsay
Signed-off-by: Aaron Lindsay --- target/arm/syndrome.h | 7 +++ target/arm/tcg/pauth_helper.c | 16 2 files changed, 23 insertions(+) diff --git a/target/arm/syndrome.h b/target/arm/syndrome.h index d27d1bc31f..bf79c539d9 100644 --- a/target/arm/syndrome.h +++