@@ -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/
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(-)