On Tue, 22 Mar 2011 15:03:11 +0200
Avi Kivity <[email protected]> wrote:

> > +static int em_push_es(struct x86_emulate_ctxt *ctxt)
> > +{
> > +   emulate_push_sreg(ctxt, ctxt->ops, VCPU_SREG_ES);
> > +   return X86EMUL_CONTINUE;
> > +}
> 
> I thought of adding generic sreg decoding, so we can use 
> em_push()/em_pop() here.  It can be done later, though, and really 
> there's no huge advantage here.
> 

Then, I will drop this one from the next version.

Takuya
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to