From: Nadav Amit Date: Thu, 18 Sep 2014 19:39:37 +0000 (+0300) Subject: KVM: x86: Fix wrong masking on relative jump/call X-Git-Tag: fixes-against-v3.18-rc2~9^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05c83ec9b73c8124555b706f6af777b10adf0862;p=pandora-kernel.git KVM: x86: Fix wrong masking on relative jump/call Relative jumps and calls do the masking according to the operand size, and not according to the address size as the KVM emulator does today. This patch fixes KVM behavior. Cc: stable@vger.kernel.org Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed