From: Mohammed Gamal Date: Wed, 27 Aug 2008 02:02:56 +0000 (+0300) Subject: KVM: x86 emulator: Add mov r, imm instructions (opcodes 0xb0-0xbf) X-Git-Tag: v2.6.28-rc1~269^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5e2e82b8b62acd24a44b851e6bb4fd0793ead01;p=pandora-kernel.git KVM: x86 emulator: Add mov r, imm instructions (opcodes 0xb0-0xbf) The emulator only supported one instance of mov r, imm instruction (opcode 0xb8), this adds the rest of these instructions. Signed-off-by: Mohammed Gamal Signed-off-by: Avi Kivity --- Reading git-diff-tree failed