Re: [PATCH v5] target/arm: Always add pmu property for Armv7-A/R+

2025-01-28 Thread Akihiko Odaki
On 2025/01/28 23:48, Peter Maydell wrote: On Sat, 4 Jan 2025 at 07:10, Akihiko Odaki wrote: kvm-steal-time and sve properties are added for KVM even if the corresponding features are not available. Always add pmu property for Armv7+. Note that the property is added only for Armv7-A/R+ as QEMU

Re: [PATCH v5] target/arm: Always add pmu property for Armv7-A/R+

2025-01-28 Thread Peter Maydell
On Sat, 4 Jan 2025 at 07:10, Akihiko Odaki wrote: > > kvm-steal-time and sve properties are added for KVM even if the > corresponding features are not available. Always add pmu property for > Armv7+. Note that the property is added only for Armv7-A/R+ as QEMU > currently emulates PMU only for such

[PATCH v5] target/arm: Always add pmu property for Armv7-A/R+

2025-01-03 Thread Akihiko Odaki
kvm-steal-time and sve properties are added for KVM even if the corresponding features are not available. Always add pmu property for Armv7+. Note that the property is added only for Armv7-A/R+ as QEMU currently emulates PMU only for such versions, and a different version may have a different defin