Re: [PATCH] target/loongarch/kvm: Implement LoongArch PMU extension

2024-09-23 Thread gaosong
在 2024/9/18 下午4:23, Bibo Mao 写道: Implement PMU extension for LoongArch kvm mode. Use OnOffAuto type variable pmu to check the PMU feature. If the PMU Feature is not supported with KVM host, it reports error if there is pmu=on command line. If there is no any command line about pmu parameter, it

[PATCH] target/loongarch/kvm: Implement LoongArch PMU extension

2024-09-18 Thread Bibo Mao
Implement PMU extension for LoongArch kvm mode. Use OnOffAuto type variable pmu to check the PMU feature. If the PMU Feature is not supported with KVM host, it reports error if there is pmu=on command line. If there is no any command line about pmu parameter, it checks whether KVM host supports th