]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: Accelerated apic support
authorAvi Kivity <avi@qumranet.com>
Thu, 25 Oct 2007 14:52:32 +0000 (16:52 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 16:01:20 +0000 (18:01 +0200)
commit3791753643afb1e0172b1aefb36266f97da67989
tree8de9a2789624d27155d8a94c93a23c01f473fea7
parent53b0bb9ac78790529d67ae53cf963a44fc2898ac
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>
arch/x86/kvm/lapic.c
arch/x86/kvm/lapic.h
arch/x86/kvm/x86.c
include/linux/kvm.h
include/linux/kvm_para.h