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)
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>

No differences found