commit | e5314067f6a77688a3d36548e7618430ce4a6236 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Thu Dec 06 16:32:45 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:53:19 2008 +0200 |
tree | a03623c7ae33403d7e4de0deeb581367bef67ae3 | |
parent | e934c9c1c8742872a53efb84966d9c1d7b8c8e24 [diff] |
KVM: VMX: Avoid exit when setting cr8 if the local apic is in the kernel With apic in userspace, we must exit to userspace after a cr8 write in order to update the tpr. But if the apic is in the kernel, the exit is unnecessary. Noticed by Joerg Roedel. Signed-off-by: Avi Kivity <avi@qumranet.com>