In order to present QEMU's 9p virtual fs (see <https://wiki.qemu.org/Documentation/9psetup>
to the guest, I wonder whether it be possible to set the following config options for the
next kernel release:
CONFIG_NET_9P=m
CONFIG_NET_9P_VIRTIO=m
CONFIG_NET_9P_DEBUG=y
CONFIG_9P_FS=m
CONFIG_9P_FS_POSIX_ACL=y
I would very much appreciate the support and your help.