From: Nadav Amit Date: Mon, 2 Jun 2014 15:34:05 +0000 (+0300) Subject: KVM: x86: Loading segments on 64-bit mode may be wrong X-Git-Tag: omap-for-v3.17/fixes-against-rc2~184^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eedcac8a97cef43c9c5236398fc8c9d0fd9cc0c;p=pandora-kernel.git KVM: x86: Loading segments on 64-bit mode may be wrong The current emulator implementation ignores the high 32 bits of the base in long-mode. During segment load from the LDT, the base of the LDT is calculated incorrectly and may cause the wrong segment to be loaded. Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed