On Wed, Aug 10, 2022 at 9:07 AM Jan Beulich <jbeulich@xxxxxxxx> wrote: > > On 10.08.2022 07:07, Lukas Bulwahn wrote: > > --- a/arch/x86/configs/xen.config > > +++ b/arch/x86/configs/xen.config > > @@ -14,7 +14,7 @@ CONFIG_CPU_FREQ=y > > > > # x86 xen specific config options > > CONFIG_XEN_PVH=y > > -CONFIG_XEN_MAX_DOMAIN_MEMORY=500 > > +CONFIG_XEN_512GB=y > > Does this actually need setting here? The option's default is y, so > it ought to be turned on "automatically". Hence I think it's only > the stale line which wants deleting. > Jan, that makes sense. I will send a patch v2 to do so. Lukas