commit | bd95926c2b2b9b66013a36b6558aa426147ed11f | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Nov 11 09:14:08 2021 -0500 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Dec 08 04:24:40 2021 -0500 |
tree | 5f6ca775bccd1cd28e1136d87e862a0c04d33af5 | |
parent | 355d0473b1a11d7cf526fbd43c3908224e08a909 [diff] |
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>