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
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
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