Re: [PATCH v3 7/9] target/arm: Add PMSAv8r registers

2022-10-20 Thread Peter Maydell
On Sat, 15 Oct 2022 at 14:07, Tobias Roehmel wrote: > > Thank you very much for the review! > > I have a few questions: > > On 27.09.22 15:50, Peter Maydell wrote: > > On Sat, 20 Aug 2022 at 15:19, wrote: > >> From: Tobias Röhmel > >> > >> Signed-off-by: Tobias Röhmel > >> --- > >> target/arm

Re: [PATCH v3 7/9] target/arm: Add PMSAv8r registers

2022-10-15 Thread Tobias Roehmel
Thank you very much for the review! I have a few questions: On 27.09.22 15:50, Peter Maydell wrote: On Sat, 20 Aug 2022 at 15:19, wrote: From: Tobias Röhmel Signed-off-by: Tobias Röhmel --- target/arm/cpu.h| 10 +++ target/arm/helper.c | 171

Re: [PATCH v3 7/9] target/arm: Add PMSAv8r registers

2022-09-27 Thread Peter Maydell
On Sat, 20 Aug 2022 at 15:19, wrote: > > From: Tobias Röhmel > > Signed-off-by: Tobias Röhmel > --- > target/arm/cpu.h| 10 +++ > target/arm/helper.c | 171 > 2 files changed, 181 insertions(+) > > diff --git a/target/arm/cpu.h b/target/arm/cpu.

[PATCH v3 7/9] target/arm: Add PMSAv8r registers

2022-08-20 Thread tobias.roehmel
From: Tobias Röhmel Signed-off-by: Tobias Röhmel --- target/arm/cpu.h| 10 +++ target/arm/helper.c | 171 2 files changed, 181 insertions(+) diff --git a/target/arm/cpu.h b/target/arm/cpu.h index 86e06116a9..632d0d13c6 100644 --- a/target/arm/c