On Monday, November 28, 2022 6:12:04 PM CET Christian Schoenebeck wrote: > The 9p test cases use a dedicated, lite-weight 9p client implementation > (using virtio transport) under tests/qtest/libqos/ to communicate with > QEMU's 9p server. > > It's already there for a long time. Let's officially assign it to 9p > maintainers. > > Signed-off-by: Christian Schoenebeck <qemu_...@crudebyte.com> > ---
Queued on 9p.next: https://github.com/cschoenebeck/qemu/commits/9p.next Thanks! > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index cf24910249..4f156a99f1 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2036,6 +2036,7 @@ X: hw/9pfs/xen-9p* > F: fsdev/ > F: docs/tools/virtfs-proxy-helper.rst > F: tests/qtest/virtio-9p-test.c > +F: tests/qtest/libqos/virtio-9p* > T: git https://gitlab.com/gkurz/qemu.git 9p-next > T: git https://github.com/cschoenebeck/qemu.git 9p.next > >