linux/drivers/kvm
Avi Kivity 8d0be2b3bf [PATCH] KVM: VMX: add vcpu_clear()
Like the inline code it replaces, this function decaches the vmcs from the cpu
it last executed on.  in addition:

 - vcpu_clear() works if the last cpu is also the cpu we're running on
 - it is faster on larger smps by virtue of using smp_call_function_single()

Includes fix from Ingo Molnar.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-12 09:48:41 -08:00
..
Kconfig
Makefile
kvm.h [PATCH] KVM: Add a global list of all virtual machines 2007-02-12 09:48:40 -08:00
kvm_main.c [PATCH] KVM: Add a global list of all virtual machines 2007-02-12 09:48:40 -08:00
kvm_svm.h [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64 2006-12-13 09:05:46 -08:00
kvm_vmx.h [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64 2006-12-13 09:05:46 -08:00
mmu.c [PATCH] misc NULL noise removal 2007-02-09 09:14:07 -08:00
paging_tmpl.h [PATCH] kvm: Fix gva_to_gpa() 2007-02-12 09:48:40 -08:00
segment_descriptor.h
svm.c [PATCH] kvm: SVM: Hack initial cpu csbase to be consistent with intel 2007-02-12 09:48:40 -08:00
svm.h
vmx.c [PATCH] KVM: VMX: add vcpu_clear() 2007-02-12 09:48:41 -08:00
vmx.h [PATCH] kvm: vmx: handle triple faults by returning EXIT_REASON_SHUTDOWN to userspace 2007-02-12 09:48:40 -08:00
x86_emulate.c [PATCH] KVM: x86 emulator: fix bit string instructions 2007-01-23 07:52:06 -08:00
x86_emulate.h [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64 2006-12-13 09:05:46 -08:00