[PATCH] MAINTAINERS: correct split libxl paths

Jan Beulich posted 1 patch 3 years, 2 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/c76fdb98-e9b6-81cf-63ca-57d5c18bd0d2@suse.com
[PATCH] MAINTAINERS: correct split libxl paths
Posted by Jan Beulich 3 years, 2 months ago
The other half of the originally combined code lives in tools/libs/util/,
not tools/libs/guest/ (which was split off of libxc).

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

--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -363,8 +363,8 @@ M:	Ian Jackson <iwj@xenproject.org>
 M:	Wei Liu <wl@xen.org>
 M:	Anthony PERARD <anthony.perard@citrix.com>
 S:	Supported
-F:	tools/libs/guest/
 F:	tools/libs/light/
+F:	tools/libs/util/
 F:	tools/xl/
 
 LIVEPATCH

Re: [PATCH] MAINTAINERS: correct split libxl paths
Posted by Ian Jackson 3 years, 2 months ago
Jan Beulich writes ("[PATCH] MAINTAINERS: correct split libxl paths"):
> The other half of the originally combined code lives in tools/libs/util/,
> not tools/libs/guest/ (which was split off of libxc).

Reviewed-by: Ian Jackson <ian.jackson@eu.citrix.com>