diff mbox series

MAINTAINERS: Add qemu-binfmt-conf.sh script

Message ID 1514910326-31234-1-git-send-email-thuth@redhat.com
State New
Headers show
Series MAINTAINERS: Add qemu-binfmt-conf.sh script | expand

Commit Message

Thomas Huth Jan. 2, 2018, 4:25 p.m. UTC
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 <thuth@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Laurent Vivier Jan. 2, 2018, 6:22 p.m. UTC | #1
Le 02/01/2018 à 17:25, Thomas Huth a écrit :
> 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 <thuth@redhat.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 73a5555..e92618f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1713,6 +1713,7 @@ R: Laurent Vivier <laurent@vivier.eu>
>  S: Maintained
>  F: linux-user/
>  F: default-configs/*-linux-user.mak
> +F: scripts/qemu-binfmt-conf.sh
>  
>  Tiny Code Generator (TCG)
>  -------------------------
> 

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 73a5555..e92618f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1713,6 +1713,7 @@  R: Laurent Vivier <laurent@vivier.eu>
 S: Maintained
 F: linux-user/
 F: default-configs/*-linux-user.mak
+F: scripts/qemu-binfmt-conf.sh
 
 Tiny Code Generator (TCG)
 -------------------------