From: Avi Kivity Date: Thu, 15 Nov 2007 16:06:18 +0000 (+0200) Subject: KVM: VMX: Consolidate register usage in vmx_vcpu_run() X-Git-Tag: v2.6.25-rc1~1138^2~145 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e08aa78ae5747c6e1dc525e8a40f23c2ea61d757;p=pandora-kernel.git KVM: VMX: Consolidate register usage in vmx_vcpu_run() 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 --- Reading git-diff-tree failed