[XEN PATCH] MAINTAINERS: Updating after change to tools/include/

Anthony PERARD posted 1 patch 2 years, 9 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20210701155232.792978-1-anthony.perard@citrix.com
MAINTAINERS | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
[XEN PATCH] MAINTAINERS: Updating after change to tools/include/
Posted by Anthony PERARD 2 years, 9 months ago
The LIBS section doesn't mention the headers associated with the
libraries, same for LIBXENLIGHT section.

They aren't any ':' in other section names, so remove it.

Fixes: 4664034cdc72 ("tools/libs: move official headers to common directory")
Fixes: f7079d7ef69f ("MAINTAINERS: add myself as tools/libs reviewer")
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 MAINTAINERS | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8a52a03969fe..56d16e4328cf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -374,11 +374,25 @@ F:	xen/include/{kexec,kimage}.h
 F:	xen/arch/x86/machine_kexec.c
 F:	xen/arch/x86/x86_64/kexec_reloc.S
 
-LIBS:
+LIBS
 M:	Ian Jackson <iwj@xenproject.org>
 M:	Wei Liu <wl@xen.org>
 R:	Juergen Gross <jgross@suse.com>
 S:	Supported
+F:	tools/include/libxenvchan.h
+F:	tools/include/xencall.h
+F:	tools/include/xenctrl*.h
+F:	tools/include/xendevicemodel.h
+F:	tools/include/xenevtchn.h
+F:	tools/include/xenforeignmemory.h
+F:	tools/include/xengnttab.h
+F:	tools/include/xenguest.h
+F:	tools/include/xenhypfs.h
+F:	tools/include/xenstat.h
+F:	tools/include/xenstore*.h
+F:	tools/include/xenstore-compat/*.h
+F:	tools/include/xentoolcore*.h
+F:	tools/include/xentoollog.h
 F:	tools/libs/
 
 LIBXENLIGHT
@@ -386,6 +400,7 @@ M:	Ian Jackson <iwj@xenproject.org>
 M:	Wei Liu <wl@xen.org>
 M:	Anthony PERARD <anthony.perard@citrix.com>
 S:	Supported
+F:	tools/include/libxl*.h
 F:	tools/libs/light/
 F:	tools/libs/util/
 F:	tools/xl/
-- 
Anthony PERARD


Re: [XEN PATCH] MAINTAINERS: Updating after change to tools/include/
Posted by Juergen Gross 2 years, 9 months ago
On 01.07.21 17:52, Anthony PERARD wrote:
> The LIBS section doesn't mention the headers associated with the
> libraries, same for LIBXENLIGHT section.
> 
> They aren't any ':' in other section names, so remove it.
> 
> Fixes: 4664034cdc72 ("tools/libs: move official headers to common directory")
> Fixes: f7079d7ef69f ("MAINTAINERS: add myself as tools/libs reviewer")
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>

Reviewed-by: Juergen Gross <jgross@suse.com>


Juergen