Message ID | 20220127161759.53553-1-alexandru.elisei@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | KVM: arm64: Improve PMU support on heterogeneous systems | expand |
On Thu, 27 Jan 2022 16:17:53 +0000, Alexandru Elisei wrote: > (CC'ing Peter Maydell in case this might be of interest to qemu) > > The series can be found on a branch at [1], and the kvmtool support at [2]. > > Detailed explanation of the issue and symptoms that the patches attempt to > correct can be found in the cover letter for v1 [3]. > > [...] Applied to next, thanks! [1/6] KVM: arm64: Do not change the PMU event filter after a VCPU has run commit: 5177fe91e4cf78a659aada2c9cf712db4d788481 [2/6] perf: Fix wrong name in comment for struct perf_cpu_context commit: 2093057ab879da1070c851b9e07126eaa86d0dfc [3/6] KVM: arm64: Keep a per-VM pointer to the default PMU commit: 46b18782147248b62f00e98a7f87abaf934951e8 [4/6] KVM: arm64: Keep a list of probed PMUs commit: db858060b1a788fba03711793dcaff19ea43286c [5/6] KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attribute commit: 6ee7fca2a4a023b14aa1f1f3c4f6c833116116ef [6/6] KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPU commit: 583cda1b0e7d5d49db5fc15db623166310e36bf6 Cheers, M.