On Wed, Jul 16, 2025 at 4:19 PM Petr Beneš <w1be...@gmail.com> wrote: > > From: Petr Beneš <w1be...@gmail.com> > > Introduce a new altp2m_count parameter to control the maximum number of altp2m > views a domain can use. By default, if altp2m_count is unspecified and altp2m > is enabled, the value is set to 10, reflecting the legacy behavior. > > This change is preparatory; it establishes the groundwork for the feature but > does not activate it. > > Signed-off-by: Petr Beneš <w1be...@gmail.com> > --- > tools/golang/xenlight/helpers.gen.go | 2 ++ > tools/golang/xenlight/types.gen.go | 1 + > tools/include/libxl.h | 7 +++++++ > tools/libs/light/libxl_create.c | 10 ++++++++++ > tools/libs/light/libxl_internal.h | 1 + > tools/libs/light/libxl_types.idl | 1 + > tools/xl/xl_parse.c | 9 +++++++++ > 7 files changed, 31 insertions(+) > For the tools/golang changes,
Acked-by: Nick Rosbrook <en...@ubuntu.com>