]> 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)
commitebed6d2c9a200a0bd1d0c5d81a5a2832a9674447
tree5f6ca775bccd1cd28e1136d87e862a0c04d33af5
parent2820a3733504d524b74d6d275d4b9c245a1bb242
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