WSL2-Linux-Kernel/arch/x86/kvm
Avi Kivity 2f52d58c92 KVM: Move apic timer migration away from critical section
Migrating the apic timer in the critical section is not very nice, and is
absolutely horrible with the real-time port.  Move migration to the regular
vcpu execution path, triggered by a new bitflag.

Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Avi Kivity <avi@qumranet.com>
2008-01-30 18:01:22 +02:00
..
Kconfig
Makefile
i8259.c
irq.c
irq.h
kvm_svm.h
lapic.c
lapic.h
mmu.c
mmu.h
paging_tmpl.h
segment_descriptor.h
svm.c
svm.h
vmx.c
vmx.h
x86.c
x86_emulate.c