From: Nadav Amit Date: Thu, 6 Dec 2012 23:55:10 +0000 (-0200) Subject: KVM: x86: fix mov immediate emulation for 64-bit operands X-Git-Tag: v3.9-rc1~97^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e2c688351f4aee9981918661b6c1679f4155f06;p=pandora-kernel.git KVM: x86: fix mov immediate emulation for 64-bit operands MOV immediate instruction (opcodes 0xB8-0xBF) may take 64-bit operand. The previous emulation implementation assumes the operand is no longer than 32. Adding OpImm64 for this matter. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=881579 Signed-off-by: Nadav Amit Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed