git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
018d00d
)
KVM: VMX: Consolidate register usage in vmx_vcpu_run()
author
Avi Kivity
<avi@qumranet.com>
Thu, 15 Nov 2007 16:06:18 +0000
(18:06 +0200)
committer
Avi 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
patch
|
blob
|
history
diff --cc
drivers/kvm/vmx.c
Simple merge