From 6f569084277dc7ae351141cfa6ad3649e92a1390 Mon Sep 17 00:00:00 2001 From: Christian Schoenebeck Date: Thu, 6 May 2021 15:12:23 +0200 Subject: 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 Acked-by: Greg Kurz Message-Id: --- hw/9pfs/codir.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hw/9pfs/codir.c') diff --git a/hw/9pfs/codir.c b/hw/9pfs/codir.c index 1f70a58df5..032cce04c4 100644 --- a/hw/9pfs/codir.c +++ b/hw/9pfs/codir.c @@ -11,6 +11,11 @@ * */ +/* + * Not so fast! You might want to read the 9p developer docs first: + * https://wiki.qemu.org/Documentation/9p + */ + #include "qemu/osdep.h" #include "fsdev/qemu-fsdev.h" #include "qemu/thread.h" -- cgit v1.2.3