cloud-hypervisor/block_util/src
Sebastien Boeuf 9fc86a91e2 block_util: Port synchronous RAW file to AsyncIo trait
Based on the synchronous RAW file implementation present in the qcow
crate, we created a new raw_sync module in block_util that ports this
synchronous implementation to the AsyncIo trait.

The point is to reuse virtio-blk asynchronous implementation for both
synchronous and asynchronous backends.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-01-22 16:10:34 +00:00
..
async_io.rs block_util: Add new traits for handling disk files asynchronously 2021-01-22 16:10:34 +00:00
lib.rs block_util: Port synchronous RAW file to AsyncIo trait 2021-01-22 16:10:34 +00:00
raw_async.rs block_util: Implement asynchronous traits for RAW disk file 2021-01-22 16:10:34 +00:00
raw_sync.rs block_util: Port synchronous RAW file to AsyncIo trait 2021-01-22 16:10:34 +00:00