[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 4/5] xen/domain: Allocate d->vcpu[] earlier during domain_create()
>>> On 05.10.18 at 16:54, <andrew.cooper3@xxxxxxxxxx> wrote: > @@ -405,19 +419,6 @@ struct domain *domain_create(domid_t domid, > > if ( !is_idle_domain(d) ) > { > - /* Check d->max_vcpus and allocate d->vcpu[]. */ > - err = -EINVAL; > - if ( config->max_vcpus < 1 || > - config->max_vcpus > domain_max_vcpus(d) ) > - goto fail; Ah, there it goes away. But I think it would be more logical for this to happen in the previous patch. Anyway Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> for both, preferably (but not necessarily) with the removal moved there. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |