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