Re: [PATCH v3 3/5] target/arm: Always add pmu property for Armv8

2024-07-18 Thread Peter Maydell
On Tue, 16 Jul 2024 at 13:50, 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 > Armv8. Note that the property is added only for Armv8 as QEMU emulates > PMUv3, which is part of Armv8. >

[PATCH v3 3/5] target/arm: Always add pmu property for Armv8

2024-07-16 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 Armv8. Note that the property is added only for Armv8 as QEMU emulates PMUv3, which is part of Armv8. Signed-off-by: Akihiko Odaki --- target/arm/cpu.c | 3 ++- 1