commit | 649d68643ebf02f31859ffbb16676aa44c72e6e9 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Wed Apr 16 16:51:15 2008 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Sun Apr 27 18:21:40 2008 +0300 |
tree | df28701a2ea2854765d41ba54ae8b3cb56ad0b47 | |
parent | bbf45ba57eaec56569918a8bab96ab653bd45ec1 [diff] |
KVM: SVM: sync TPR value to V_TPR field in the VMCB This patch adds syncing of the lapic.tpr field to the V_TPR field of the VMCB. With this change we can safely remove the CR8 read intercept. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@qumranet.com>