KVM: nSVM: move MMU setup to nested_prepare_vmcb_control
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 22 May 2020 09:27:46 +0000 (05:27 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 1 Jun 2020 08:25:58 +0000 (04:25 -0400)
commit69cb877487de3662e08081cf036f8fe0e4a3b806
tree292b590181343e84326a9ef3d1d04c8514b1ec8e
parentf241d711b2d17f79ae5fad78c5644c674fce42ba
KVM: nSVM: move MMU setup to nested_prepare_vmcb_control

Everything that is needed during nested state restore is now part of
nested_prepare_vmcb_control.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/nested.c