[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 5/5] hvf: arm: Properly disable PMU
From: |
Peter Maydell |
Subject: |
Re: [PATCH v3 5/5] hvf: arm: Properly disable PMU |
Date: |
Thu, 18 Jul 2024 13:13:11 +0100 |
On Tue, 16 Jul 2024 at 13:51, Akihiko Odaki <akihiko.odaki@daynix.com> wrote:
>
> Setting pmu property used to have no effect for hvf so fix it.
>
> Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
> ---
> target/arm/hvf/hvf.c | 317
> ++++++++++++++++++++++++++-------------------------
> 1 file changed, 163 insertions(+), 154 deletions(-)
This patch is doing too much stuff at once. If you want to
change the API of hvf_sysreg_read(), please do that in its
own refactoring patch so it's easier to review.
thanks
-- PMM
- [PATCH v3 0/5] target/arm/kvm: Report PMU unavailability, Akihiko Odaki, 2024/07/16
- [PATCH v3 1/5] tests/arm-cpu-features: Do not assume PMU availability, Akihiko Odaki, 2024/07/16
- [PATCH v3 2/5] target/arm/kvm: Fix PMU feature bit early, Akihiko Odaki, 2024/07/16
- [PATCH v3 3/5] target/arm: Always add pmu property for Armv8, Akihiko Odaki, 2024/07/16
- [PATCH v3 4/5] hvf: arm: Do not advance PC when raising an exception, Akihiko Odaki, 2024/07/16
- [PATCH v3 5/5] hvf: arm: Properly disable PMU, Akihiko Odaki, 2024/07/16
- Re: [PATCH v3 5/5] hvf: arm: Properly disable PMU,
Peter Maydell <=
- Re: [PATCH v3 0/5] target/arm/kvm: Report PMU unavailability, Peter Maydell, 2024/07/18