KVM: VMX: not use vmcs_config in setup_vmcs_config
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 5 Sep 2016 13:57:00 +0000 (15:57 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 7 Sep 2016 17:34:30 +0000 (19:34 +0200)
commit16cb025565fcc9c687d07bf239e57964957b50e8
treedd60c1c29f5f8ba6cd8a5f29ff08fc0485bc0262
parent1a6982353db90939fc12bbd11c29fbe3c19a2fd0
KVM: VMX: not use vmcs_config in setup_vmcs_config

setup_vmcs_config takes a pointer to the vmcs_config global.  The
indirection is somewhat pointless, but just keep things consistent
for now.

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