]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
KVM: VMX: Remove vmx->msr_offset_efer
authorAvi Kivity <avi@redhat.com>
Thu, 29 Oct 2009 09:00:16 +0000 (11:00 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 3 Dec 2009 07:32:23 +0000 (09:32 +0200)
commit92c0d900159a4fa582e1c8ebcc1c4a8020defff5
tree2162cdabb8b4adb825c68cd30107dce6c574ac9c
parent5f5c35aad5ccaa8f1bd5d9e12f9f5251f3180093
KVM: VMX: Remove vmx->msr_offset_efer

This variable is used to communicate between a caller and a callee; switch
to a function argument instead.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/vmx.c