linux-stable-rt/arch/x86/kvm
Gleb Natapov e1035715ef KVM: change the way how lowest priority vcpu is calculated
The new way does not require additional loop over vcpus to calculate
the one with lowest priority as one is chosen during delivery bitmap
construction.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2009-06-10 11:48:27 +03:00
..
Kconfig
Makefile KVM: unify part of generic timer handling 2009-06-10 11:48:25 +03:00
i8254.c KVM: unify part of generic timer handling 2009-06-10 11:48:25 +03:00
i8254.h KVM: unify part of generic timer handling 2009-06-10 11:48:25 +03:00
i8259.c
irq.c
irq.h
kvm_cache_regs.h
kvm_svm.h
kvm_timer.h KVM: unify part of generic timer handling 2009-06-10 11:48:25 +03:00
lapic.c KVM: change the way how lowest priority vcpu is calculated 2009-06-10 11:48:27 +03:00
lapic.h KVM: consolidate ioapic/ipi interrupt delivery logic 2009-06-10 11:48:27 +03:00
mmu.c KVM: Make paravirt tlb flush also reload the PAE PDPTRs 2009-05-25 20:00:50 +03:00
mmu.h
paging_tmpl.h KVM: MMU: remove call to kvm_mmu_pte_write from walk_addr 2009-06-10 11:48:26 +03:00
svm.c KVM: SVM: Remove port 80 passthrough 2009-05-11 14:40:51 +03:00
timer.c KVM: unify part of generic timer handling 2009-06-10 11:48:25 +03:00
tss.h
vmx.c KVM: VMX: Don't intercept MSR_KERNEL_GS_BASE 2009-06-10 11:48:21 +03:00
x86.c KVM: x86: silence preempt warning on kvm_write_guest_time 2009-06-10 11:48:24 +03:00
x86.h
x86_emulate.c