From: Avi Kivity Date: Tue, 4 Aug 2009 12:02:54 +0000 (+0300) Subject: KVM: VMX: Optimize vmx_get_cpl() X-Git-Tag: v2.6.32-rc1~693^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eab4b8aa34fc64e3a91358e1612e6d059396193b;p=pandora-kernel.git KVM: VMX: Optimize vmx_get_cpl() Instead of calling vmx_get_segment() (which reads a whole bunch of vmcs fields), read only the cs selector which contains the cpl. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed