linux/arch/x86/kvm
Jan Kiszka ca3f257ae5 KVM: nVMX: Support direct APIC access from L2
It's a pathological case, but still a valid one: If L1 disables APIC
virtualization and also allows L2 to directly write to the APIC page, we
have to forcibly enable APIC virtualization while in L2 if the in-kernel
APIC is in use.

This allows to run the direct interrupt test case in the vmx unit test
without x2APIC.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2013-12-18 10:27:09 +01:00
..
cpuid.c
cpuid.h
emulate.c
i8254.c
i8254.h
i8259.c
irq.c
irq.h
Kconfig
kvm_cache_regs.h
lapic.c
lapic.h
Makefile
mmu_audit.c kvm: mmu: delay mmu audit activation 2013-11-20 11:12:56 +02:00
mmu.c
mmu.h
mmutrace.h
paging_tmpl.h
pmu.c
svm.c
trace.h
tss.h
vmx.c KVM: nVMX: Support direct APIC access from L2 2013-12-18 10:27:09 +01:00
x86.c KVM: x86: Add comment on vcpu_enter_guest()'s return value 2013-12-13 14:23:54 +01:00
x86.h