Re: [PATCH 1/5] KVM: x86 emulator: Use single stage decoding for Group 1 instructions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux