|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 4/5] xen/domain: Allocate d->vcpu[] earlier during domain_create()
Hi Andrew, On 12/11/2018 16:16, Andrew Cooper wrote: The ARM code has a chicken-and-egg problem. One of the vGIC_v3 emulations NIT: s/vGIC_v3/vGICv3/
The previous case was using 4096. Also, can you move the comment to keep the rationale for the number? + break; +#endif + + default: + return 0; + } + + return min_t(unsigned int, MAX_VIRT_CPUS, max_vcpus); How about moving this check in the common code? Cheers, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |