diff options
author | Christian Schoenebeck | 2021-05-06 15:12:23 +0200 |
---|---|---|
committer | Christian Schoenebeck | 2021-07-05 13:03:16 +0200 |
commit | 6f569084277dc7ae351141cfa6ad3649e92a1390 (patch) | |
tree | 37d78a6489d707b9cb4d7cc14295673b96005571 /MAINTAINERS | |
parent | Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into staging (diff) | |
download | qemu-6f569084277dc7ae351141cfa6ad3649e92a1390.tar.gz qemu-6f569084277dc7ae351141cfa6ad3649e92a1390.tar.xz qemu-6f569084277dc7ae351141cfa6ad3649e92a1390.zip |
9pfs: add link to 9p developer docs
To lower the entry level for new developers, add a link to the 9p
developer docs (i.e. qemu wiki) to MAINTAINERS and to the beginning of
9p source files, that is to: https://wiki.qemu.org/Documentation/9p
Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Acked-by: Greg Kurz <groug@kaod.org>
Message-Id: <E1leeDf-0008GZ-9q@lizzy.crudebyte.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cb8f3ea2c2..684142e12e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1881,6 +1881,7 @@ virtio-9p M: Greg Kurz <groug@kaod.org> M: Christian Schoenebeck <qemu_oss@crudebyte.com> S: Odd Fixes +W: https://wiki.qemu.org/Documentation/9p F: hw/9pfs/ X: hw/9pfs/xen-9p* F: fsdev/ |