Re: [PATCH] x86 emulator: Add opcodes 0xb9-0xbf (mov r,imm)

2008-08-11 Thread Avi Kivity
Mohammed Gamal wrote: The emulator only supported opcode 0xb8 for mov r,imm. However 0xb9-0xbf are also mov r,imm. This patch adds support for these instructions. Looks good, but I'd like to merge this together with a testcase. -- error compiling committee.c: too many arguments to function

[PATCH] x86 emulator: Add opcodes 0xb9-0xbf (mov r,imm)

2008-07-31 Thread Mohammed Gamal
The emulator only supported opcode 0xb8 for mov r,imm. However 0xb9-0xbf are also mov r,imm. This patch adds support for these instructions. Signed-off-by: Mohammed Gamal [EMAIL PROTECTED] --- arch/x86/kvm/x86_emulate.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff