On Fri, Jul 25, 2025 at 9:20 AM Juergen Gross <jgr...@suse.com> wrote: > > Add a guest config parameter "xenstore_feature_mask" allowing to limit > the Xenstore features the guest can see and use. This can be needed in > order to allow migrating a guest to a host running a Xenstore version > providing less features than the source host. > > Signed-off-by: Juergen Gross <jgr...@suse.com> > Reviewed-by: Jason Andryuk <jason.andr...@amd.com> > --- > V2: > - fix typo (Jason Andryuk) > --- > docs/man/xl.cfg.5.pod.in | 36 ++++++++++++++++++++++++++++ > tools/golang/xenlight/helpers.gen.go | 2 ++ > tools/golang/xenlight/types.gen.go | 1 + > tools/include/libxl.h | 6 +++++ > tools/libs/light/libxl_dom.c | 12 ++++++++++ > tools/libs/light/libxl_types.idl | 1 + > tools/xl/xl_parse.c | 3 +++ > 7 files changed, 61 insertions(+) >
For tools/golang: Acked-by: Nick Rosbrook <en...@ubuntu.com>