9pfs: add link to 9p developer docs
authorChristian Schoenebeck <qemu_oss@crudebyte.com>
Thu, 6 May 2021 13:12:23 +0000 (15:12 +0200)
committerChristian Schoenebeck <qemu_oss@crudebyte.com>
Mon, 5 Jul 2021 11:03:16 +0000 (13:03 +0200)
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>

18 files changed:
MAINTAINERS
hw/9pfs/9p-local.c
hw/9pfs/9p-posix-acl.c
hw/9pfs/9p-proxy.c
hw/9pfs/9p-synth.c
hw/9pfs/9p-util.c
hw/9pfs/9p-xattr-user.c
hw/9pfs/9p-xattr.c
hw/9pfs/9p.c
hw/9pfs/codir.c
hw/9pfs/cofile.c
hw/9pfs/cofs.c
hw/9pfs/coth.c
hw/9pfs/coxattr.c
hw/9pfs/virtio-9p-device.c
hw/9pfs/xen-9p-backend.c
tests/qtest/libqos/virtio-9p.c
tests/qtest/virtio-9p-test.c

index cb8f3ea2c2e2b0c47bef51a6a87f9f9fe14516a5..684142e12eaaa059b716c76cf20568778db51175 100644 (file)
@@ -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/
index af52c1daac8523105dd43184efd48c8f9842fbb0..210d9e7705dfb665642077b37ef799561a67c81f 100644 (file)
  * 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 "9p.h"
 #include "9p-local.h"
index bbf89064f7aedd79ea4741b509094337cd03759c..eadae270dde25d57161160022c182a05a8073db7 100644 (file)
  *
  */
 
+/*
+ * 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.h"
index 4aa4e0a3baa07a056a63c4df8f3b14ae0de938c2..09bd9f1464c0dd0509f3abe7a39380a25a6782bf 100644 (file)
  * 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 <sys/socket.h>
 #include <sys/un.h>
index 473ef914b07305e7b17609ffd14f32a93a86d66b..b38088e0664567c7ee314e755f59a648cf99dc77 100644 (file)
  *
  */
 
+/*
+ * Not so fast! You might want to read the 9p developer docs first:
+ * https://wiki.qemu.org/Documentation/9p
+ */
+
 #include "qemu/osdep.h"
 #include "9p.h"
 #include "fsdev/qemu-fsdev.h"
index 614b7fc34d54b59d82d22e13c96f10379b3c3e3b..3221d9b49810a86c8a8c8e28da35fae64c25cc1e 100644 (file)
  * 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"
index 2c90817b75a6b2c29bfd9711bdfcdb1ed5532abf..f2ae9582e610b5f022dd6a45502d2add5a2e2a0d 100644 (file)
  *
  */
 
+/*
+ * Not so fast! You might want to read the 9p developer docs first:
+ * https://wiki.qemu.org/Documentation/9p
+ */
+
 #include "qemu/osdep.h"
 #include "9p.h"
 #include "fsdev/file-op-9p.h"
index c696d8f8460f82b25630cba82b6f303182523cd8..9ae69dd8dbc8526cab1f75592a5db7d307e30d60 100644 (file)
  *
  */
 
+/*
+ * Not so fast! You might want to read the 9p developer docs first:
+ * https://wiki.qemu.org/Documentation/9p
+ */
+
 #include "qemu/osdep.h"
 #include "9p.h"
 #include "fsdev/file-op-9p.h"
index 134806db529afc9b0fa0b9e4adb27c63143d02a2..0fa776af09f60e67277b9c5ce00b7651332ce760 100644 (file)
  *
  */
 
+/*
+ * Not so fast! You might want to read the 9p developer docs first:
+ * https://wiki.qemu.org/Documentation/9p
+ */
+
 #include "qemu/osdep.h"
 #include <glib/gprintf.h>
 #include "hw/virtio/virtio.h"
index 1f70a58df5eff4f07a1962dbb9e647a6aa944bdf..032cce04c4dc3448263712255ac644f66d2f9315 100644 (file)
  *
  */
 
+/*
+ * 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"
index 83bb6c14e02048c8574f11900b07b6d41e769546..20f93a90e75fc7cde8d2e4c64fca326777798fb3 100644 (file)
  *
  */
 
+/*
+ * 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"
index 0b321b456e3eb21a7b620d74233173230cb15ec3..9d0adc2e786ef01b85d9993dbe1f7a55e5d25cfb 100644 (file)
  *
  */
 
+/*
+ * 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"
index 9778f24b000f9aa77ef57fab69b7cbabcdb215a6..2802d41cce20114090f593afe22c19ba07bd8ce6 100644 (file)
  *
  */
 
+/*
+ * Not so fast! You might want to read the 9p developer docs first:
+ * https://wiki.qemu.org/Documentation/9p
+ */
+
 #include "qemu/osdep.h"
 #include "block/thread-pool.h"
 #include "qemu/coroutine.h"
index 0e00ffaa0d4cf22a87207907bd897d6f321bb46b..dbcd09e0fd55ce63295a8ec861a282d1e09df629 100644 (file)
  *
  */
 
+/*
+ * 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"
index 14371a78efd8312a26a6f60cbba2f25ed9543a4d..54ee93b71fc11546b6a6074e7119158fa1dee6e8 100644 (file)
  *
  */
 
+/*
+ * Not so fast! You might want to read the 9p developer docs first:
+ * https://wiki.qemu.org/Documentation/9p
+ */
+
 #include "qemu/osdep.h"
 #include "hw/virtio/virtio.h"
 #include "qemu/sockets.h"
index a969fcc54c34e97d67b2953bea642d1af6d5005e..65c4979c3c5b58e40bfb050efebe1960219816e6 100644 (file)
@@ -8,6 +8,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 "hw/9pfs/9p.h"
index be91662c6f04b05aa738d9a0aab8a16efcfb0e4a..b4e1143288ae69d36e1105fb3d8380a60a2b73d8 100644 (file)
  * License along with this library; if not, see <http://www.gnu.org/licenses/>
  */
 
+/*
+ * Not so fast! You might want to read the 9p developer docs first:
+ * https://wiki.qemu.org/Documentation/9p
+ */
+
 #include "qemu/osdep.h"
 #include "libqtest.h"
 #include "qemu/module.h"
index 92a498f249257cb0a69a6b8fe6082a38b3a3ae36..41fed41de1552c4117d5fbb7e03472f997fea61f 100644 (file)
@@ -7,6 +7,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 "libqtest-single.h"
 #include "qemu/module.h"