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/9p-util.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hw/9pfs/9p-util.c') diff --git a/hw/9pfs/9p-util.c b/hw/9pfs/9p-util.c index 614b7fc34d..3221d9b498 100644 --- a/hw/9pfs/9p-util.c +++ b/hw/9pfs/9p-util.c @@ -10,6 +10,11 @@ * See the COPYING file in the top-level directory. */ +/* + * Not so fast! You might want to read the 9p developer docs first: + * https://wiki.qemu.org/Documentation/9p + */ + #include "qemu/osdep.h" #include "qemu/xattr.h" #include "9p-util.h" -- cgit v1.2.3