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

Jan


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

Reply via email to