mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00

virtiofsd allows sharing host directories with VMs over virtio-fs. Signed-off-by: Erik Schilling <erik.schilling@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
517 B
517 B
virtiofsd: A virtio-fs vhost-user daemon
virtiofsd implements the vhost-user protocol and provides a virtio-fs virtio device that can share host directories with guests.
Updating the recipe
- Bump the version number to the newly published version listed on crates.io
- Regenerate the .inc file that lists the dependencies:
bitbake -c update_crates virtiofsd
- Review, build and test the changes