Re: [PATCH v2 3/5] target/arm: Do not allow setting 'pmu' for hvf

2024-07-16 Thread Peter Maydell
On Tue, 16 Jul 2024 at 09:28, Akihiko Odaki wrote: > > hvf currently does not support PMU. > > Signed-off-by: Akihiko Odaki > --- > target/arm/cpu.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/target/arm/cpu.c b/target/arm/cpu.c > index 8c180c679ce2..9e1d15701468 100644 > --- a/

[PATCH v2 3/5] target/arm: Do not allow setting 'pmu' for hvf

2024-07-16 Thread Akihiko Odaki
hvf currently does not support PMU. Signed-off-by: Akihiko Odaki --- target/arm/cpu.c | 4 1 file changed, 4 insertions(+) diff --git a/target/arm/cpu.c b/target/arm/cpu.c index 8c180c679ce2..9e1d15701468 100644 --- a/target/arm/cpu.c +++ b/target/arm/cpu.c @@ -1603,6 +1603,10 @@ static vo