]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: nSVM: split out __nested_vmcb_check_controls
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 11 Nov 2021 14:14:08 +0000 (09:14 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Dec 2021 09:24:40 +0000 (04:24 -0500)
commit36f156f8c1acef0f5ea556d481941e384b7d74d3
tree5f6ca775bccd1cd28e1136d87e862a0c04d33af5
parent0ec54a6bd172fab4ab73e75a2da30f4d827e4d50
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>
arch/x86/kvm/svm/nested.c