]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
KVM: x86 emulator: Add mov r, imm instructions (opcodes 0xb0-0xbf)
authorMohammed Gamal <m.gamal005@gmail.com>
Wed, 27 Aug 2008 02:02:56 +0000 (05:02 +0300)
committerAvi Kivity <avi@qumranet.com>
Wed, 15 Oct 2008 08:15:23 +0000 (10:15 +0200)
commita5e2e82b8b62acd24a44b851e6bb4fd0793ead01
tree252bcdcf7284ae23872d80aa174748c0b8b66c35
parentd657c7335b97d746aa6123c56504b46c20e37df3
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 <m.gamal005@gmail.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
arch/x86/kvm/x86_emulate.c