linux/drivers/kvm
Avi Kivity 26e5215fdc KVM: Split vcpu creation to avoid vcpu_load() before preemption setup
Split kvm_arch_vcpu_create() into kvm_arch_vcpu_create() and
kvm_arch_vcpu_setup(), enabling preemption notification between the two.
This mean that we can now do vcpu_load() within kvm_arch_vcpu_setup().

Signed-off-by: Avi Kivity <avi@qumranet.com>
2008-01-30 17:53:09 +02:00
..
i8259.c
ioapic.c
irq.c
irq.h
Kconfig
kvm_main.c KVM: Split vcpu creation to avoid vcpu_load() before preemption setup 2008-01-30 17:53:09 +02:00
kvm_svm.h
kvm.h KVM: Split vcpu creation to avoid vcpu_load() before preemption setup 2008-01-30 17:53:09 +02:00
lapic.c
Makefile
mmu.c KVM: Recalculate mmu pages needed for every memory region change 2008-01-30 17:53:09 +02:00
paging_tmpl.h KVM: MMU: Selectively set PageDirty when releasing guest memory 2008-01-30 17:53:09 +02:00
segment_descriptor.h KVM: Portability: Move memory segmentation to x86.c 2008-01-30 17:52:57 +02:00
svm.c KVM: Make unloading of FPU state when putting vcpu arch-independent 2008-01-30 17:53:05 +02:00
svm.h
vmx.c KVM: VMX: Force seg.base == (seg.sel << 4) in real mode 2008-01-30 17:53:06 +02:00
vmx.h KVM: VMX: wbinvd exiting 2008-01-30 17:53:01 +02:00
x86_emulate.c KVM: x86 emulator: prefetch up to 15 bytes of the instruction executed 2008-01-30 17:53:09 +02:00
x86_emulate.h KVM: x86 emulator: prefetch up to 15 bytes of the instruction executed 2008-01-30 17:53:09 +02:00
x86.c KVM: Split vcpu creation to avoid vcpu_load() before preemption setup 2008-01-30 17:53:09 +02:00
x86.h KVM: Recalculate mmu pages needed for every memory region change 2008-01-30 17:53:09 +02:00