qemu
QEMU commit queue for 9P (aka 9pfs) changes only. Please see http://wiki.qemu.org/Contribute/SubmitAPatch for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. (by cschoenebeck)
virtiofsd
By virtio-fs
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
qemu
Posts with mentions or reviews of qemu.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-13.
virtiofsd
Posts with mentions or reviews of virtiofsd.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-13.
-
Make your QEMU 10 times faster with this one weird trick
FWIW, the contemporary alternative to 9p is virtiofs. It is implemented as a separate service that is running aside the hypervisor. Originally out of qemu, it was rewritten in Rust as a freestanding project that can also be used with cloud-hypervisor and crosvm.
https://gitlab.com/virtio-fs/virtiofsd
On NixOS: https://github.com/astro/microvm.nix
What are some alternatives?
When comparing qemu and virtiofsd you can also consider the following projects:
crosvm - The Chrome OS Virtual Machine Monitor - Mirror of https://chromium.googlesource.com/crosvm/crosvm/
quickemu - Quickly create and run optimised Windows, macOS and Linux desktop virtual machines. [Moved to: https://github.com/quickemu-project/quickemu]
microvm.nix - NixOS MicroVMs
varfs - Super simple, but versatile, 9p filesystem serving multipurpose variables. (ootb with plan9port)