You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR proposes a simple (but quite ugly) abstraction for the virtio block request execution (and is also tied to the std::io::Read and std::io::Write traits).
We should add an abstraction for nicely accessing the file sectors, an example can be found in this comment. This way, more efficient/complex file access APIs, such as pread/pwrite or io_uring could be enabled as well.
The text was updated successfully, but these errors were encountered:
This PR proposes a simple (but quite ugly) abstraction for the virtio block request execution (and is also tied to the
std::io::Read
andstd::io::Write
traits).We should add an abstraction for nicely accessing the file sectors, an example can be found in this comment. This way, more efficient/complex file access APIs, such as pread/pwrite or io_uring could be enabled as well.
The text was updated successfully, but these errors were encountered: