From: Avi Kivity Date: Thu, 11 Sep 2008 16:47:13 +0000 (+0300) Subject: KVM: x86 emulator: fix jmp r/m64 instruction X-Git-Tag: v2.6.28-rc1~269^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef46f18ea010359f7536afd3f56a92c9c83ac09a;p=pandora-kernel.git KVM: x86 emulator: fix jmp r/m64 instruction jmp r/m64 doesn't require the rex.w prefix to indicate the operand size is 64 bits. Set the Stack attribute (even though it doesn't involve the stack, really) to indicate this. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed