diff options
| author | Sean Christopherson <[email protected]> | 2022-05-24 21:56:23 +0800 |
|---|---|---|
| committer | Paolo Bonzini <[email protected]> | 2022-06-08 05:21:16 -0400 |
| commit | 938c8745bcf2f732ee928a0b9bd592198a88cfa4 (patch) | |
| tree | ff2044d3f194903bdf743720937ea36bae424a5b /tools/perf/scripts/python/flamegraph.py | |
| parent | 30267b43c5b08260da7c76cacd28bf855b06ab93 (diff) | |
KVM: x86: Introduce "struct kvm_caps" to track misc caps/settings
Add kvm_caps to hold a variety of capabilites and defaults that aren't
handled by kvm_cpu_caps because they aren't CPUID bits in order to reduce
the amount of boilerplate code required to add a new feature. The vast
majority (all?) of the caps interact with vendor code and are written
only during initialization, i.e. should be tagged __read_mostly, declared
extern in x86.h, and exported.
No functional change intended.
Signed-off-by: Sean Christopherson <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions