From: Marcelo Tosatti Date: Mon, 7 Jan 2013 21:27:06 +0000 (-0200) Subject: KVM: VMX: fix incorrect cached cpl value with real/v8086 modes X-Git-Tag: v3.9-rc1~97^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b09408d00fd82be80289a329dd94d1a0d6b77dc2;p=pandora-kernel.git KVM: VMX: fix incorrect cached cpl value with real/v8086 modes CPL is always 0 when in real mode, and always 3 when virtual 8086 mode. Using values other than those can cause failures on operations that check CPL. Reviewed-by: Gleb Natapov Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed