From: Avi Kivity Date: Tue, 21 Aug 2012 14:07:04 +0000 (+0300) Subject: KVM: x86 emulator: Leave segment limit and attributs alone in real mode X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~15^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03ebebeb1ff5d1d6209fd8df4ffc9204df82bd55;p=pandora-kernel.git KVM: x86 emulator: Leave segment limit and attributs alone in real mode When loading a segment in real mode, only the base and selector must be modified. The limit needs to be left alone, otherwise big real mode users will hit a #GP due to limit checking (currently this is suppressed because we don't check limits in real mode). Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed