From: Avi Kivity Date: Sun, 10 Jun 2012 14:15:39 +0000 (+0300) Subject: KVM: Fix SS default ESP/EBP based addressing X-Git-Tag: v3.6-rc1~124^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6e3407bb1570ac5d8d7fc471bca07d531d1dde7;p=pandora-kernel.git KVM: Fix SS default ESP/EBP based addressing We correctly default to SS when BP is used as a base in 16-bit address mode, but we don't do that for 32-bit mode. Fix by adjusting the default to SS when either ESP or EBP is used as the base register. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed