Re: [Xen-devel] [PATCH LIVEPATCH-BUILD-TOOLS] Introduce a MAINTAINERS file

2019-08-20 Thread Ross Lagerwall
On 8/15/19 7:16 PM, Lars Kurth wrote: Rationale: this will allow us to use get_maintainer.pl / add_maintainers.pl scripts from xen.git Signed-off-by: Lars Kurth Acked-by: Ross Lagerwall Thanks! ___ Xen-devel mailing list Xen-devel@lists.xenprojec

[Xen-devel] [PATCH LIVEPATCH-BUILD-TOOLS] Introduce a MAINTAINERS file

2019-08-15 Thread Lars Kurth
Rationale: this will allow us to use get_maintainer.pl / add_maintainers.pl scripts from xen.git Signed-off-by: Lars Kurth --- MAINTAINERS | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 000