On Tue, 22 Mar 2011 14:55:57 +0200
Avi Kivity <a...@redhat.com> 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to