-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use virtiofsd for sharing file system data with host
TODO: Unfinished. TODO: Adjust README to mention required configs. TODO: Adjust default configs to work with the new stuff. We solely rely on guest level read-only mounts to enforce read-only state. The recommended way is to use read-only bind mounts [0], but doing so would require root. Not using DAX, because it still is still incomplete and apparently requires building from source. [0] https://gitlab.com/virtio-fs/virtiofsd/-/blob/main/README.md?ref_type=heads#faq Resources: https://virtio-fs.gitlab.io/howto-boot.html khttps://virtio-fs.gitlab.io/howto-qemu.html khttps://wiki.hexchain.org/linux/generic/network-root/ khttps://gitlab.com/virtio-fs/virtiofsd/-/blob/main/README.md?ref_type=heads#examples
- Loading branch information
Showing
6 changed files
with
211 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,4 @@ pub use crate::vmtest::*; | |
mod qemu; | ||
mod qga; | ||
mod util; | ||
mod virtiofsd; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.