diff options
author | Sean Christopherson <seanjc@google.com> | 2022-12-01 02:09:20 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-12-29 23:47:42 +0300 |
commit | d41931324975741e570b8deb7ea58feeabf39343 (patch) | |
tree | 2b7349e64b36d80cab60f38df77025afaf341290 /tools/perf/scripts/python/stackcollapse.py | |
parent | 462689b37f082d06c2cf32a6e4e142182825dd70 (diff) | |
download | linux-d41931324975741e570b8deb7ea58feeabf39343.tar.xz |
KVM: x86: Do VMX/SVM support checks directly in vendor code
Do basic VMX/SVM support checks directly in vendor code instead of
implementing them via kvm_x86_ops hooks. Beyond the superficial benefit
of providing common messages, which isn't even clearly a net positive
since vendor code can provide more precise/detailed messages, there's
zero advantage to bouncing through common x86 code.
Consolidating the checks will also simplify performing the checks
across all CPUs (in a future patch).
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20221130230934.1014142-37-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions