From: Thomas Huth Date: Tue, 2 Jan 2018 16:25:26 +0000 (+0100) Subject: MAINTAINERS: Add qemu-binfmt-conf.sh script X-Git-Tag: v2.12.0-rc0~97^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5dd987522b6c421e045d0890cbcd2656092cf22;p=thirdparty%2Fqemu.git MAINTAINERS: Add qemu-binfmt-conf.sh script qemu-binfmt-conf.sh is used for the Linux usermode emulation, so let's add this file to that section in the MAINTAINERS file. Signed-off-by: Thomas Huth Signed-off-by: Michael Tokarev Reviewed-by: Laurent Vivier --- diff --git a/MAINTAINERS b/MAINTAINERS index 54feb956467..57358a08e2a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1761,6 +1761,7 @@ R: Laurent Vivier S: Maintained F: linux-user/ F: default-configs/*-linux-user.mak +F: scripts/qemu-binfmt-conf.sh Tiny Code Generator (TCG) -------------------------