On Tue, 2008-12-16 at 18:18 +0800, Liu Yu wrote:
> 
> > > +static void kvmppc_emul_rfi(struct kvm_vcpu *vcpu)
> > > +{
> > > +   vcpu->arch.pc = vcpu->arch.srr0;
> > > +   kvmppc_set_msr(vcpu, vcpu->arch.srr1);
> > > +}
> > 
> > Actually, right now I'm wondering why rfi emulation isn't in 
> > the shared
> > emulation code. Do you see any core-specific issues there? Same with
> > wrtee* and m*msr.
> 
> Heh, I was curious why you split them.

If you're curious about anything, just ask!

-- 
Hollis Blanchard
IBM Linux Technology Center

--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" 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