On Mon, 05 Dec 2022 20:20:48 +0800, Like Xu wrote: > After commit ("02791a5c362b KVM: x86/pmu: Use PERF_TYPE_RAW > to merge reprogram_{gp,fixed}counter()"), vPMU starts to directly > use the hardware event eventsel and unit_mask to reprogram perf_event, > and the event_type field in the "struct kvm_event_hw_type_mapping" > is simply no longer being used. > > After discarding this field, the name of the structure also lost > its mapping semantics, renaming it "struct kvm_pmu_hw_event" and > reorganizing the comments to continue to help newcomers. > > [...] Applied to kvm-x86 pmu, thanks! [1/1] KVM: x86/pmu: Drop event_type and rename "struct kvm_event_hw_type_mapping" https://github.com/kvm-x86/linux/commit/4996f87f9385 -- https://github.com/kvm-x86/linux/tree/next https://github.com/kvm-x86/linux/tree/fixes