From: Avi Kivity Date: Tue, 17 Apr 2007 12:30:24 +0000 (+0300) Subject: KVM: VMX: Reduce unnecessary saving of host msrs X-Git-Tag: v2.6.22-rc1~1008^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2345df8c555ecb92c0c36172c07d5ac321a92dc7;p=pandora-kernel.git KVM: VMX: Reduce unnecessary saving of host msrs THe automatically switched msrs are never changed on the host (with the exception of MSR_KERNEL_GS_BASE) and thus there is no need to save them on every vm entry. This reduces vmexit latency by ~400 cycles on i386 and by ~900 cycles (10%) on x86_64. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed