kernel-aes67/drivers/kvm
Rusty Russell 8b9cf98cc7 KVM: VMX: pass vcpu_vmx internally
container_of is wonderful, but not casting at all is better.  This
patch changes vmx.c's internal functions to pass "struct vcpu_vmx"
instead of "struct kvm_vcpu" and using container_of.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Avi Kivity <avi@qumranet.com>
2007-10-13 10:18:21 +02:00
..
Kconfig KVM: Use the scheduler preemption notifiers to make kvm preemptible 2007-10-13 10:18:20 +02:00
kvm_main.c KVM: fx_init() needs preemption disabled while it plays with the FPU state 2007-10-13 10:18:20 +02:00
kvm_svm.h KVM: Dynamically allocate vcpus 2007-10-13 10:18:20 +02:00
kvm.h KVM: Convert vm lock to a mutex 2007-10-13 10:18:20 +02:00
Makefile
mmu.c KVM: Convert vm lock to a mutex 2007-10-13 10:18:20 +02:00
paging_tmpl.h
segment_descriptor.h
svm.c KVM: Convert vm lock to a mutex 2007-10-13 10:18:20 +02:00
svm.h
vmx.c KVM: VMX: pass vcpu_vmx internally 2007-10-13 10:18:21 +02:00
vmx.h
x86_emulate.c KVM: Remove dead code in the cmpxchg instruction emulation 2007-10-13 10:18:19 +02:00
x86_emulate.h