Re: [PATCH 10/10] target/arm: Report FEAT_PMUv3p5 for TCG '-cpu max'

2022-08-20 Thread Richard Henderson
On 8/11/22 10:26, Peter Maydell wrote: On Thu, 11 Aug 2022 at 18:16, Peter Maydell wrote: Update the ID registers for TCG's '-cpu max' to report a FEAT_PMUv3p5 compliant PMU. Signed-off-by: Peter Maydell Oops, forgot the docs update: --- a/docs/system/arm/emulation.rst +++

Re: [PATCH 10/10] target/arm: Report FEAT_PMUv3p5 for TCG '-cpu max'

2022-08-11 Thread Peter Maydell
On Thu, 11 Aug 2022 at 18:16, Peter Maydell wrote: > > Update the ID registers for TCG's '-cpu max' to report a FEAT_PMUv3p5 > compliant PMU. > > Signed-off-by: Peter Maydell Oops, forgot the docs update: --- a/docs/system/arm/emulation.rst +++ b/docs/system/arm/emulation.rst @@ -52,6 +52,7 @@

[PATCH 10/10] target/arm: Report FEAT_PMUv3p5 for TCG '-cpu max'

2022-08-11 Thread Peter Maydell
Update the ID registers for TCG's '-cpu max' to report a FEAT_PMUv3p5 compliant PMU. Signed-off-by: Peter Maydell --- target/arm/cpu64.c | 2 +- target/arm/cpu_tcg.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c index