linux/arch/x86/kvm
Avi Kivity 9d58b93192 KVM: VMX: Avoid vmx_recover_nmi_blocking() when unneeded
When we haven't injected an interrupt, we don't need to recover
the nmi blocking state (since the guest can't set it by itself).
This allows us to avoid a VMREAD later on.

Signed-off-by: Avi Kivity <avi@redhat.com>
2011-05-11 07:56:56 -04:00
..
emulate.c KVM: emulator: Fix permission checking in io permission bitmap 2011-03-17 13:08:33 -03:00
i8254.c
i8254.h
i8259.c KVM: remove isr_ack logic from PIC 2011-03-17 13:08:30 -03:00
irq.c
irq.h
Kconfig
kvm_cache_regs.h KVM: Fetch guest cr3 from hardware on demand 2011-01-12 11:31:16 +02:00
kvm_timer.h
lapic.c KVM: x86: Remove useless regs_page pointer from kvm_lapic 2011-03-17 13:08:33 -03:00
lapic.h KVM: x86: Remove useless regs_page pointer from kvm_lapic 2011-03-17 13:08:33 -03:00
Makefile
mmu_audit.c KVM: MMU: audit: allow audit more guests at the same time 2011-01-12 11:31:17 +02:00
mmu.c KVM: MMU: cleanup pte write path 2011-03-17 13:08:35 -03:00
mmu.h
mmutrace.h
paging_tmpl.h Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 2011-03-18 10:45:21 -07:00
svm.c KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versions 2011-05-11 07:56:54 -04:00
timer.c x86: Fix common misspellings 2011-03-18 10:39:30 +01:00
trace.h tracing: Fix event alignment: kvm:kvm_hv_hypercall 2011-03-10 10:34:24 -05:00
tss.h
vmx.c KVM: VMX: Avoid vmx_recover_nmi_blocking() when unneeded 2011-05-11 07:56:56 -04:00
x86.c KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versions 2011-05-11 07:56:54 -04:00
x86.h