On 12.04.2022 11:50, Luca Fancellu wrote:
> 
>>> ---
>>> MAINTAINERS | 2 +-
>>> docs/misc/arm/device-tree/cpupools.txt | 140 +++++++++++++++++
>>> xen/arch/arm/domain_build.c | 5 +-
>>> xen/arch/arm/include/asm/smp.h | 3 +
>>> xen/common/Kconfig | 7 +
>>
>> For consistency, should the addition here - with ...
>>
>>> xen/common/sched/Makefile | 1 +
>>> xen/common/sched/boot-cpupool.c | 207 +++++++++++++++++++++++++
>>> xen/common/sched/cpupool.c | 12 +-
>>
>> ... the new file now under sched/, also be put in sched/Kconfig?
> 
> Hi Jan,
> 
> I was looking for this change, I see xen/common/Kconfig offers the menu 
> “Common Features”
> and the xen/common/sched/Kconfig offers the “Scheduler” menu (visible with 
> EXPERT), so
> I thought it was better to leave it in “Common Features”.
> 
> Are you suggesting another menu under “Common Features”? 

No, I'm not suggesting a new menu. I was merely wondering whether the
Kconfig contents wouldn't location-wise better match where the
respective source file lives.

Jan


Reply via email to