diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2018-12-18 12:56:12 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-02-28 12:15:53 +0100 |
commit | f3f0204d687c0dd2f27a32975a54c0487fd1d4c1 (patch) | |
tree | 14a79bcad19d44def9dd42d42bc3292cc349dc0a /MAINTAINERS | |
parent | e188396c59851595c78012c531f1dc0b3c58cbae (diff) | |
download | qemu-f3f0204d687c0dd2f27a32975a54c0487fd1d4c1.zip |
MAINTAINERS: Add maintainer to the POSIX subsystem
Add Paolo as maintainer of the POSIX subsystem.
Remove the qemu-devel@nongnu.org entry because the list is always
selected by the 'All patches CC here' section.
Cc: Paolo Bonzini <pbonzini@redhat.com>
Suggested-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 892d2c4fcc..30a3359b1e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -431,9 +431,12 @@ F: linux-* F: linux-headers/ POSIX -L: qemu-devel@nongnu.org +M: Paolo Bonzini <pbonzini@redhat.com> S: Maintained -F: *posix* +F: os-posix.c +F: include/sysemu/os-posix.h +F: util/*posix*.c +F: include/qemu/*posix*.h NETBSD L: qemu-devel@nongnu.org |