From: Nadav Amit Date: Fri, 24 Oct 2014 08:35:09 +0000 (+0300) Subject: KVM: x86: Distinguish between stack operation and near branches X-Git-Tag: omap-for-v3.19/fixes-rc1~43^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58b7075d059f7d37ca86c76fb1446fa3447b9f4f;p=pandora-kernel.git KVM: x86: Distinguish between stack operation and near branches In 64-bit, stack operations default to 64-bits, but can be overriden (to 16-bit) using opsize override prefix. In contrast, near-branches are always 64-bit. This patch distinguish between the different behaviors. Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed