Re: [kvm-devel] [patch 2 of 2][rewritten] Emulate CMPS instruction

2007-11-26 Thread Guillaume Thouvenin
This patch emulates the CMPS instruction. I made corrections requested by Avi (removed macro and added the memory access). I fixed an inversion between arguments VCPU_REGS_RSI and VCPU_REGS_RDI in function register_address(). I also added the test if DS segment is overridden with a segment

Re: [kvm-devel] [patch 2 of 2][rewritten] Emulate CMPS instruction

2007-11-26 Thread Avi Kivity
Guillaume Thouvenin wrote: This patch emulates the CMPS instruction. I made corrections requested by Avi (removed macro and added the memory access). I fixed an inversion between arguments VCPU_REGS_RSI and VCPU_REGS_RDI in function register_address(). I also added the test if DS segment is