diff options
| author | Sean Christopherson <seanjc@google.com> | 2026-06-12 17:03:18 -0700 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2026-06-24 08:24:03 -0400 |
| commit | 95ac6a63d23e2c597d5274ba35ac7bf43f50b4bd (patch) | |
| tree | a35a9159e52a10b4a2cab163f3753a731956d1a2 /scripts/git.orderFile | |
| parent | 765ae5dc6fc1cb10d36a9179699d80d6e8bc9c70 (diff) | |
| download | linux-95ac6a63d23e2c597d5274ba35ac7bf43f50b4bd.tar.gz linux-95ac6a63d23e2c597d5274ba35ac7bf43f50b4bd.zip | |
KVM: x86/pmu: Move "struct kvm_x86_pmu_event_filter" definition to pmu.c
Move the definition of "struct kvm_x86_pmu_event_filter" to pmu.c, as the
as the details of the filters are very much implementation details that can
and should be buried in pmu.c. While the _existence_ of filters is public
knowledge, almost by definition, the contents don't need to be exposed
outside of the PMU code as the filter data is provided by userspace, i.e.
it pretty much has to be dynamically allocated, and thus never should be
fully embedded in a globally visible structure.
No functional change intended
Signed-off-by: Sean Christopherson <seanjc@google.com>
Reviewed-by: Kai Huang <kai.huang@intel.com>
Reviewed-by: Binbin Wu <binbin.wu@linux.intel.com>
Message-ID: <20260613000329.732085-20-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions
