Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
H A Dnested.cdiff bd95926c2b2b9b66013a36b6558aa426147ed11f Thu Nov 11 15:14:08 CET 2021 Paolo Bonzini <pbonzini@redhat.com> KVM: nSVM: split out __nested_vmcb_check_controls

Remove the struct vmcb_control_area parameter from nested_vmcb_check_controls,
for consistency with the functions that operate on the save area. This
way, VMRUN uses the version without underscores for both areas, while
KVM_SET_NESTED_STATE uses the version with underscores.

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