cloud-hypervisor/block_util
Sebastien Boeuf da8ce25abf virtio-devices: Use asynchronous traits for virtio-blk io_uring
Based on the new DiskFile and AsyncIo traits, the implementation of
asynchronous block support does not have to be tied to io_uring anymore.
Instead, the only thing the virtio-blk implementation knows is that it
is using an asynchronous implementation of the underlying disk file.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-01-22 16:10:34 +00:00
..
src virtio-devices: Use asynchronous traits for virtio-blk io_uring 2021-01-22 16:10:34 +00:00
Cargo.toml block_util: Add new traits for handling disk files asynchronously 2021-01-22 16:10:34 +00:00