summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2016-09-30 09:07:15 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2016-10-08 11:25:29 +0300
commitccf0a57b45c1ff49d21d5b8c0322ea40b5f4f2c7 (patch)
tree469161c8910943b8ec5cfe7d2074c27a6177b62b
parent03972660f74aee433274ec8ab5018a83bf6af67e (diff)
downloadfocaccia-qemu-ccf0a57b45c1ff49d21d5b8c0322ea40b5f4f2c7.tar.gz
focaccia-qemu-ccf0a57b45c1ff49d21d5b8c0322ea40b5f4f2c7.zip
MAINTAINERS: Add usermode related config files
The default-configs/*-linux-user.mak belong to Linux usermode
emulation, and default-configs/*-bsd-user.mak belong to BSD
usermode emulation.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index f0ab48ffcb..4a72b77f36 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1425,11 +1425,13 @@ F: user-exec.c
 BSD user
 S: Orphan
 F: bsd-user/
+F: default-configs/*-bsd-user.mak
 
 Linux user
 M: Riku Voipio <riku.voipio@iki.fi>
 S: Maintained
 F: linux-user/
+F: default-configs/*-linux-user.mak
 
 Tiny Code Generator (TCG)
 -------------------------