commit | 613d0b8ebbf1fa32f8037cb02b7c82f96011ef2d | [log] [tgz] |
---|---|---|
author | Akihiko Odaki <akihiko.odaki@daynix.com> | Sat Jul 20 18:30:49 2024 +0900 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Jul 29 14:50:25 2024 +0100 |
tree | 38a7ad7f094405135a6fd36b514a7bdae3348756 | |
parent | 8deba2f36e9f7e34bf1805b08e69699486481c8a [diff] |
target/arm/kvm: Set PMU for host only when available target/arm/kvm.c checked PMU availability but unconditionally set the PMU feature flag for the host CPU model, which is confusing. Set the feature flag only when available. Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>