]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: nVMX: Move "vmcs12 to shadow/evmcs sync" to helper function
authorSean Christopherson <sean.j.christopherson@intel.com>
Mon, 3 Dec 2018 21:53:14 +0000 (13:53 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 14 Dec 2018 16:18:00 +0000 (17:18 +0100)
commit3ad5a1e06426e1c5a3078dbc5dd2ddb2b7e71935
treee2124ff59d127438a391f455eb6ea45e077f2cc8
parent03c29cc5ac762069784ea44fbd57b3c5b3505bfb
KVM: nVMX: Move "vmcs12 to shadow/evmcs sync" to helper function

...so that the function doesn't need to be created when moving the
nested code out of vmx.c.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.c