linux/arch/x86/kvm
Avi Kivity b93463aa59 KVM: Accelerated apic support
This adds a mechanism for exposing the virtual apic tpr to the guest, and a
protocol for letting the guest update the tpr without causing a vmexit if
conditions allow (e.g. there is no interrupt pending with a higher priority
than the new tpr).

Signed-off-by: Avi Kivity <avi@qumranet.com>
2008-01-30 18:01:20 +02:00
..
Kconfig
Makefile KVM: Move ioapic code to common directory. 2008-01-30 18:01:19 +02:00
i8259.c
irq.c KVM: Move kvm_vcpu_kick() to x86.c 2008-01-30 18:01:19 +02:00
irq.h KVM: Move kvm_vcpu_kick() to x86.c 2008-01-30 18:01:19 +02:00
kvm_svm.h
lapic.c KVM: Accelerated apic support 2008-01-30 18:01:20 +02:00
lapic.h KVM: Accelerated apic support 2008-01-30 18:01:20 +02:00
mmu.c KVM: MMU: Add cache miss statistic 2008-01-30 18:01:19 +02:00
mmu.h
paging_tmpl.h
segment_descriptor.h
svm.c
svm.h
vmx.c
vmx.h
x86.c KVM: Accelerated apic support 2008-01-30 18:01:20 +02:00
x86_emulate.c