Re: [PATCH v3 5/5] hvf: arm: Properly disable PMU

2024-07-18 Thread Peter Maydell
On Tue, 16 Jul 2024 at 13:51, Akihiko Odaki wrote: > > Setting pmu property used to have no effect for hvf so fix it. > > Signed-off-by: Akihiko Odaki > --- > target/arm/hvf/hvf.c | 317 > ++- > 1 file changed, 163 insertions(+), 154 deletions(-)

[PATCH v3 5/5] hvf: arm: Properly disable PMU

2024-07-16 Thread Akihiko Odaki
Setting pmu property used to have no effect for hvf so fix it. Signed-off-by: Akihiko Odaki --- target/arm/hvf/hvf.c | 317 ++- 1 file changed, 163 insertions(+), 154 deletions(-) diff --git a/target/arm/hvf/hvf.c b/target/arm/hvf/hvf.c index