All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] tools: add support for domain specific Xenstore features
@ 2025-07-31  8:42 Juergen Gross
  2025-07-31  8:42 ` [PATCH v3 1/2] tools/xl: add available Xenstore features to xl info output Juergen Gross
  2025-07-31  8:42 ` [PATCH v3 2/2] tools: allow to limit xenstore features via guest config Juergen Gross
  0 siblings, 2 replies; 4+ messages in thread
From: Juergen Gross @ 2025-07-31  8:42 UTC (permalink / raw)
  To: xen-devel; +Cc: Juergen Gross, Anthony PERARD, Nick Rosbrook, George Dunlap

Add support for limiting the optional Xenstore features via domain
configuration. This will be needed when adding features like limiting
the scope of Xenstore watch events.

This patch series is handling only the xl/libxl side, libxenstore and
C Xenstore (xenstored and xenstore-stubdom). Oxenstored is not covered.

Changes in V2:
- added Jason's Reviewed-by: tags
- a small fix of patch 4

Changes in V3:
- patches 1-5 have gone in already
- 2 fixes in patch

Juergen Gross (2):
  tools/xl: add available Xenstore features to xl info output
  tools: allow to limit xenstore features via guest config

 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         | 17 ++++++++++++-
 tools/libs/light/libxl_types.idl     |  1 +
 tools/xl/Makefile                    |  3 ++-
 tools/xl/xl_info.c                   | 22 +++++++++++++++++
 tools/xl/xl_parse.c                  |  3 +++
 9 files changed, 89 insertions(+), 2 deletions(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-07-31 14:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-31  8:42 [PATCH v3 0/2] tools: add support for domain specific Xenstore features Juergen Gross
2025-07-31  8:42 ` [PATCH v3 1/2] tools/xl: add available Xenstore features to xl info output Juergen Gross
2025-07-31  8:42 ` [PATCH v3 2/2] tools: allow to limit xenstore features via guest config Juergen Gross
2025-07-31 14:05   ` Anthony PERARD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.