commit | b93463aa59d67b21b4921e30bd5c5dcc7c35ffbd | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Thu Oct 25 16:52:32 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 18:01:20 2008 +0200 |
tree | 8de9a2789624d27155d8a94c93a23c01f473fea7 | |
parent | b209749f528488c4c0d20a42c0fbcbf49e6933b3 [diff] |
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>