On Tue, 19 Apr 2011 01:19:39 +0200
Alexander Graf <[email protected]> wrote:

> On 19.04.2011, at 00:31, Scott Wood wrote:
> 
> > int kvm_arch_vcpu_ioctl_set_sregs(struct kvm_vcpu *vcpu,
> >                                   struct kvm_sregs *sregs)
> > {
> > -   return -ENOTSUPP;
> > +   int ret;
> > +
> > +   vcpu->arch.pvr = sregs->pvr;
> 
> This should contain a check for now to see if sregs->pvr == host pvr. We 
> don't do cross virtualization on booke yet.

Heh.  I actually had that before, and took it out because I thought it'd
draw a complaint. :-)

-Scott

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

Reply via email to