From: Avi Kivity Date: Mon, 7 Mar 2011 13:26:44 +0000 (+0200) Subject: KVM: VMX: Cache cpl X-Git-Tag: v3.0-rc1~350^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69c730289011df706a1c9890d6e6c5ee822623c7;p=pandora-kernel.git KVM: VMX: Cache cpl We may read the cpl quite often in the same vmexit (instruction privilege check, memory access checks for instruction and operands), so we gain a bit if we cache the value. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed