[PATCH] MAINTAINERS: add xenstore related docs to the Xenstore entry

Juergen Gross posted 1 patch 1 day, 10 hours ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20260722103302.452529-1-jgross@suse.com
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add xenstore related docs to the Xenstore entry
Posted by Juergen Gross 1 day, 10 hours ago
Xenstore related docs should be covered by the Xenstore MAINTAINERS
entry.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6bb0662116..ed0ffa608f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -659,6 +659,7 @@ XENSTORE
 M:	Juergen Gross <jgross@suse.com>
 R:	Julien Grall <julien@xen.org>
 S:	Supported
+F:	docs/*/xenstore*
 F:	tools/helpers/init-xenstore-domain.c
 F:	tools/include/xenstore-compat/
 F:	tools/include/xenstore.h
-- 
2.54.0
Re: [PATCH] MAINTAINERS: add xenstore related docs to the Xenstore entry
Posted by Jan Beulich 1 day, 9 hours ago
On 22.07.2026 12:33, Juergen Gross wrote:
> Xenstore related docs should be covered by the Xenstore MAINTAINERS
> entry.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

Acked-by: Jan Beulich <jbeulich@suse.com>