On 5/6/21 8:12 AM, Christian Schoenebeck wrote: > To lower the entry level for new developers, add a link to the > 9p developer docs (i.e. qemu wiki) at the beginning of 9p source > files, that is to: https://wiki.qemu.org/Documentation/9p > > Signed-off-by: Christian Schoenebeck <qemu_...@crudebyte.com> > --- > hw/9pfs/9p-local.c | 5 +++++ > hw/9pfs/9p-posix-acl.c | 5 +++++ > hw/9pfs/9p-proxy.c | 5 +++++ > hw/9pfs/9p-synth.c | 5 +++++ > hw/9pfs/9p-util.c | 5 +++++ > hw/9pfs/9p-xattr-user.c | 5 +++++ > hw/9pfs/9p-xattr.c | 5 +++++ > hw/9pfs/9p.c | 5 +++++ > hw/9pfs/codir.c | 5 +++++ > hw/9pfs/cofile.c | 5 +++++ > hw/9pfs/cofs.c | 5 +++++ > hw/9pfs/coth.c | 5 +++++ > hw/9pfs/coxattr.c | 5 +++++ > hw/9pfs/virtio-9p-device.c | 5 +++++ > hw/9pfs/xen-9p-backend.c | 5 +++++ > tests/qtest/libqos/virtio-9p.c | 5 +++++ > tests/qtest/virtio-9p-test.c | 5 +++++
Would it be helpful to also add this link to the virtio-9p stanza in MAINTAINERS? Something like: W: https://wiki.qemu.org/Documentation/9p Connor