diff options
author | Thomas Huth | 2016-02-25 12:56:24 +0100 |
---|---|---|
committer | Jason Wang | 2016-03-08 08:34:09 +0100 |
commit | d24b2b1cccbf598d004bc211a22af30e064dee65 (patch) | |
tree | 6bfe6ff866998446fd962ccc491a82290c90765d /MAINTAINERS | |
parent | net: filter: correctly remove filter from the list during finalization (diff) | |
download | qemu-d24b2b1cccbf598d004bc211a22af30e064dee65.tar.gz qemu-d24b2b1cccbf598d004bc211a22af30e064dee65.tar.xz qemu-d24b2b1cccbf598d004bc211a22af30e064dee65.zip |
MAINTAINERS: Add entries for include/net/ files
The include/net/ files correspond to the files in the net/ directory,
thus there should be corresponding entries in the MAINTAINERS file.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9d0255c72c..c47709d860 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1123,6 +1123,7 @@ Network device backends M: Jason Wang <jasowang@redhat.com> S: Maintained F: net/ +F: include/net/ T: git git://github.com/jasowang/qemu.git net Netmap network backend @@ -1222,6 +1223,7 @@ M: Jan Kiszka <jan.kiszka@siemens.com> S: Maintained F: slirp/ F: net/slirp.c +F: include/net/slirp.h T: git git://git.kiszka.org/qemu.git queues/slirp Tracing |