From: Avi Kivity Date: Tue, 21 Aug 2012 14:07:08 +0000 (+0300) Subject: KVM: VMX: Preserve segment limit and access rights in real mode X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~15^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1390a28b274e2e45f89bac67c435cbcbc5cc0790;p=pandora-kernel.git KVM: VMX: Preserve segment limit and access rights in real mode While this is undocumented, real processors do not reload the segment limit and access rights when loading a segment register in real mode. Real programs rely on it so we need to comply with this behaviour. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed