diff options
author | Thomas Huth <thuth@redhat.com> | 2016-09-30 09:07:15 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-10-08 11:25:29 +0300 |
commit | ccf0a57b45c1ff49d21d5b8c0322ea40b5f4f2c7 (patch) | |
tree | 469161c8910943b8ec5cfe7d2074c27a6177b62b /MAINTAINERS | |
parent | 03972660f74aee433274ec8ab5018a83bf6af67e (diff) | |
download | qemu-ccf0a57b45c1ff49d21d5b8c0322ea40b5f4f2c7.tar.gz qemu-ccf0a57b45c1ff49d21d5b8c0322ea40b5f4f2c7.tar.bz2 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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
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) ------------------------- |