commit | e08aa78ae5747c6e1dc525e8a40f23c2ea61d757 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Thu Nov 15 18:06:18 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:53:03 2008 +0200 |
tree | 9500388b13c6365a39b89d0fa18d3d16c2ae872a | |
parent | 018d00d2fef27fc65f2917bec8f72b93615c18e1 [diff] |
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 <avi@qumranet.com>