On Tue, 22 Mar 2011 14:55:57 +0200 Avi Kivity <avi@xxxxxxxxxx> wrote: > > @@ -2337,10 +2401,20 @@ static int em_mov(struct x86_emulate_ctxt *ctxt) > > #define D6ALU(_f) D2bv((_f) | DstMem | SrcReg | ModRM), \ > > D2bv(((_f) | DstReg | SrcMem | ModRM)& ~Lock), \ > > D2bv(((_f)& ~Lock) | DstAcc | SrcImm) > > +#define I6ALU(_f, _e) I2bv((_f) | DstMem | SrcReg | ModRM, _e), \ > > + I2bv(((_f) | DstReg | SrcMem | ModRM)& ~Lock, _e), \ > > + I2bv(((_f)& ~Lock) | DstAcc | SrcImm, _e) > > > > I think you can remove D6ALU, no? Yes, I can. I'll remove in the next version. Takuya -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html