Re: [PATCH v7 4/7] xen: Make the maximum number of altp2m views configurable for x86

2025-07-06 Thread Jan Beulich
On 05.07.2025 02:21, Petr Beneš wrote: > On Wed, Jul 2, 2025 at 4:11 PM Jan Beulich wrote: >>> --- a/xen/include/xen/sched.h >>> +++ b/xen/include/xen/sched.h >>> @@ -619,6 +619,8 @@ struct domain >>> unsigned int guest_request_sync : 1; >>> } monitor; >>> >>> +unsigned

Re: [PATCH v7 4/7] xen: Make the maximum number of altp2m views configurable for x86

2025-07-04 Thread Petr Beneš
On Wed, Jul 2, 2025 at 4:11 PM Jan Beulich wrote: > > --- a/xen/include/xen/sched.h > > +++ b/xen/include/xen/sched.h > > @@ -619,6 +619,8 @@ struct domain > > unsigned int guest_request_sync : 1; > > } monitor; > > > > +unsigned int nr_altp2m;/* Number of altp2m tab

Re: [PATCH v7 4/7] xen: Make the maximum number of altp2m views configurable for x86

2025-07-02 Thread Jan Beulich
On 01.07.2025 21:54, 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