Re: [PATCH v8 0/7] x86: Make MAX_ALTP2M configurable

2025-07-15 Thread Petr Beneš
On Tue, Jul 15, 2025 at 10:15 AM Jan Beulich wrote: > Hmm, sorry, two of them were indeed reverted. I simply didn't remember, and > checked only for patches authored by you. Patch 1 wasn't reverted, though? Huh, you're right, I missed that. > And then, as to patch 2 (which was the problematic on

Re: [PATCH v8 0/7] x86: Make MAX_ALTP2M configurable

2025-07-15 Thread Jan Beulich
On 15.07.2025 10:06, Petr Beneš wrote: > On Tue, Jul 15, 2025 at 9:59 AM Jan Beulich wrote: >> On 15.07.2025 00:48, Petr Beneš wrote: >>> Petr Beneš (7): >>> xen: Refactor altp2m options into a structured format >>> tools/xl: Add altp2m_count parameter >>> docs/man: Add altp2m_count paramete

Re: [PATCH v8 0/7] x86: Make MAX_ALTP2M configurable

2025-07-15 Thread Petr Beneš
On Tue, Jul 15, 2025 at 9:59 AM Jan Beulich wrote: > > On 15.07.2025 00:48, Petr Beneš wrote: > > Petr Beneš (7): > > xen: Refactor altp2m options into a structured format > > tools/xl: Add altp2m_count parameter > > docs/man: Add altp2m_count parameter to the xl.cfg manual > > xen: Make t

Re: [PATCH v8 0/7] x86: Make MAX_ALTP2M configurable

2025-07-15 Thread Jan Beulich
On 15.07.2025 00:48, Petr Beneš wrote: > Petr Beneš (7): > xen: Refactor altp2m options into a structured format > tools/xl: Add altp2m_count parameter > docs/man: Add altp2m_count parameter to the xl.cfg manual > xen: Make the maximum number of altp2m views configurable for x86 > tools/l

[PATCH v8 0/7] x86: Make MAX_ALTP2M configurable

2025-07-14 Thread Petr Beneš
From: Petr Beneš This series introduces the ability to configure the maximum number of altp2m tables during domain 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. This enhancem