Home
last modified time | relevance | path

Searched hist:ca46d739e3caf44dcd3db9eb8da30d0ff3aa9180 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/kvm/svm/
H A Dnested.cdiff ca46d739e3caf44dcd3db9eb8da30d0ff3aa9180 Mon May 18 19:02:15 CEST 2020 Paolo Bonzini <pbonzini@redhat.com> KVM: nSVM: split nested_vmcb_check_controls

The authoritative state does not come from the VMCB once in guest mode,
but KVM_SET_NESTED_STATE can still perform checks on L1's provided SVM
controls because we get them from userspace.

Therefore, split out a function to do them.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>