Files
linux-legacy/drivers/kvm
Avi Kivity e08aa78ae5 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>
2008-01-30 17:53:03 +02:00
..
2007-10-13 10:18:20 +02:00
2008-01-30 17:52:50 +02:00
2008-01-30 17:53:01 +02:00