On Tue, Sep 01, 2009 at 03:32:29PM +0200, Mohammed Gamal wrote:
> > +       if (vmx->emulation_required && emulate_invalid_guest_state)
> >                return;
> >
> > And then emulate in the exit handler.
> >
> >> I'd appreciate any suggestions you have to alleviate this.
> >
> > I fail to see why you need an internal loop if you can use the external
> > (__vcpu_run) one.
> 
> Because it's not just used by VMX. So I don't think it'd be wise to
> use it for something that's VMX-specific.

OK, it can be done incrementally. This is already an improvement.
Applied, thanks.

--
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