From: Avi Kivity Date: Thu, 26 Aug 2010 08:56:06 +0000 (+0300) Subject: KVM: x86 emulator: support byte/word opcode pairs X-Git-Tag: v2.6.37-rc1~142^2~144 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d8f4e9f66ab36e4fcc75eca1e828af8466309f1;p=pandora-kernel.git KVM: x86 emulator: support byte/word opcode pairs Many x86 instructions come in byte and word variants distinguished with bit 0 of the opcode. Add macros to aid in defining them. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed