diff options
author | Sean Christopherson <seanjc@google.com> | 2022-11-30 23:09:22 +0000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-12-29 15:47:42 -0500 |
commit | 325fc9579c2e415e8ae3d1ab56a5157751157869 (patch) | |
tree | bb87e48734d313629595903bd0dfcaa78183527f /arch/x86/include/asm/kvm_host.h | |
parent | 8504ef2139e2164aced4335c23ef3f919db55281 (diff) |
KVM: SVM: Check for SVM support in CPU compatibility checks
Check that SVM is supported and enabled in the processor compatibility
checks. SVM already checks for support during hardware enabling,
i.e. this doesn't really add new functionality. The net effect is that
KVM will refuse to load if a CPU doesn't have SVM fully enabled, as
opposed to failing KVM_CREATE_VM.
Opportunistically move svm_check_processor_compat() up in svm.c so that
it can be invoked during hardware enabling in a future patch.
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20221130230934.1014142-39-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/include/asm/kvm_host.h')
0 files changed, 0 insertions, 0 deletions