KVM: VMX: Consolidate register usage in vmx_vcpu_run()
authorAvi Kivity <avi@qumranet.com>
Thu, 15 Nov 2007 16:06:18 +0000 (18:06 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:53:03 +0000 (17:53 +0200)
We pass vcpu, vmx->fail, and vmx->launched to assembly code, but all three
are fields within vmx.  Consolidate by only passing in vmx and offsets for
the rest.

Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/vmx.c

Simple merge