On Mon, Mar 20, 2017 at 09:19:43AM -0600, Jan Beulich wrote:
> >>> On 20.03.17 at 15:14, <wei.l...@citrix.com> wrote:
> > @@ -1155,8 +1157,10 @@ static int __init construct_dom0_pv(
> >      cpu = v->processor;
> >      for ( i = 1; i < d->max_vcpus; i++ )
> >      {
> > -        cpu = cpumask_cycle(cpu, &dom0_cpus);
> > -        setup_dom0_vcpu(d, i, cpu);
> > +        struct vcpu *p = setup_dom0_vcpu(d, i, cpu);
> 
> While not a big deal, as said, this would better be const. With
> that
> Reviewed-by: Jan Beulich <jbeul...@suse.com>
> 

Sorry I missed that. I will make the changes while I commit these
patches.

Wei.

> Jan
> 

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to