Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Virtio Support  (Read 221 times)

Offline Teriarch

  • User
  • Posts: 101
[EN] Virtio Support
« on: 2025/02/24, 16:01:46 »
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.