From: Nadav Amit Date: Wed, 19 Nov 2014 15:43:12 +0000 (+0200) Subject: KVM: x86: Non-canonical access using SS should cause #SS X-Git-Tag: omap-for-v3.19/fixes-rc1~43^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abc7d8a4c935dbe0be5db2eb338b2ec9b27ae157;p=pandora-kernel.git KVM: x86: Non-canonical access using SS should cause #SS When SS is used using a non-canonical address, an #SS exception is generated on real hardware. KVM emulator causes a #GP instead. Fix it to behave as real x86 CPU. Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed