From: Thomas Huth Date: Tue, 2 Jan 2018 16:25:26 +0000 (+0100) Subject: MAINTAINERS: Add qemu-binfmt-conf.sh script X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e5dd987522b6c421e045d0890cbcd2656092cf22;p=qemu.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 54feb95646..57358a08e2 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) -------------------------