meta-virtualization/recipes-extended/virtiofsd/README.md
Erik Schilling 8c89811e65 virtiofsd: add recipe
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>
2023-08-24 01:38:21 +00:00

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

  1. Bump the version number to the newly published version listed on crates.io
  2. Regenerate the .inc file that lists the dependencies: bitbake -c update_crates virtiofsd
  3. Review, build and test the changes