From: Avi Kivity Date: Thu, 6 Dec 2007 14:32:45 +0000 (+0200) Subject: KVM: VMX: Avoid exit when setting cr8 if the local apic is in the kernel X-Git-Tag: v2.6.25-rc1~1138^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5314067f6a77688a3d36548e7618430ce4a6236;p=pandora-kernel.git 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 --- Reading git-diff-tree failed