KVM: VMX: introduce vm_{entry,exit}_control_reset_shadow
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Jul 2016 12:58:33 +0000 (14:58 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 11 Jul 2016 08:07:49 +0000 (10:07 +0200)
commit8391ce447f18476273331399a7f5930e5494bf46
tree778a5086653e55a2c1835457ecfadb6b79b2b62b
parent9314006db8b781715658cd6a28994d84ccce5dee
KVM: VMX: introduce vm_{entry,exit}_control_reset_shadow

There is no reason to read the entry/exit control fields of the
VMCS and immediately write back the same value.

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