Re: [PATCH v10 6/9] xen: Make the maximum number of altp2m views configurable for x86

2025-07-23 Thread Jan Beulich
On 16.07.2025 22:15, Petr Beneš wrote: > From: Petr Beneš > > This commit introduces the ability to configure the maximum number of altp2m > views for the domain during its creation. Previously, the limits were > hardcoded > to a maximum of 10. This change allows for greater flexibility in envir

[PATCH v10 6/9] xen: Make the maximum number of altp2m views configurable for x86

2025-07-16 Thread Petr Beneš
From: Petr Beneš This commit introduces the ability to configure the maximum number of altp2m views for the domain during its creation. Previously, the limits were hardcoded to a maximum of 10. This change allows for greater flexibility in environments that require more or fewer altp2m views. Th