Re: [PATCH kvm-unit-tests] emulator: test rip-relative insn with immediate operand

2011-06-21 Thread Marcelo Tosatti
On Sun, Jun 19, 2011 at 07:50:55PM +0300, Avi Kivity wrote: kvm has a bug with instructions of the form opcode $imm, displ(%%rip) Where the effective address was not calculated correctly. Test it now. Signed-off-by: Avi Kivity a...@redhat.com Applied, thanks. -- To unsubscribe from

[PATCH kvm-unit-tests] emulator: test rip-relative insn with immediate operand

2011-06-19 Thread Avi Kivity
kvm has a bug with instructions of the form opcode $imm, displ(%%rip) Where the effective address was not calculated correctly. Test it now. Signed-off-by: Avi Kivity a...@redhat.com --- x86/emulator.c | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git