From 44e8904ebfbc57ba0950c40b9d3a28507b553e4e Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Mon, 5 Jul 2021 16:48:06 +0200 Subject: [PATCH] MAINTAINERS: Updating after change to tools/include/ 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 Reviewed-by: Juergen Gross --- MAINTAINERS | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8a52a03969..56d16e4328 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 M: Wei Liu R: Juergen Gross 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 M: Wei Liu M: Anthony PERARD S: Supported +F: tools/include/libxl*.h F: tools/libs/light/ F: tools/libs/util/ F: tools/xl/ -- 2.30.2