Since we have integrated `virtiofs`, this issue is used to track the remaining issues. ### Roadmap - [x] Add `init`: #4720. - [x] Export `VirtioFs` to support the use of virtiofs: #4983. - [x] Add `lookup` and tests for reading and writing data to shared memory: #4987. - [x] Support file creation and deletion: #5009. - [x] Support file data reading and writing: #5016. - [ ] Add necessary end-to-end tests in CI. - [ ] Add README and related docs.
Since we have integrated
virtiofs, this issue is used to track the remaining issues.Roadmap
init: feat(ovfs): add filesystem to handle message #4720.VirtioFsto support the use of virtiofs: feat(ovfs): export VirtioFs struct #4983.lookupand tests for reading and writing data to shared memory: feat(ovfs): support getattr and setattr #4987.