On Tue, 22 Mar 2011 15:07:20 +0200 Avi Kivity <avi@xxxxxxxxxx> wrote: > > +static int em_pusha(struct x86_emulate_ctxt *ctxt) > > +{ > > + return emulate_pusha(ctxt, ctxt->ops); > > +} > > + > > You can simply rename/update emulate_pusha/emulate_popa, since they have > no other callers. > I intentionally left emulate_* in this version because I thought there might be some reason for introducing new em_* naming. OK, I'll remove useless old functions. 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