cloud-hypervisor/block
Yu Li 741d640330 block: introduce trait BlockBackend for block types
This commit introduces the trait `BlockBackend` with generic ops
including read, write and seek, which can be used for common I/O
interfaces for the block types without using `DiskFile` and `AsyncIo`.

Signed-off-by: Yu Li <liyu.yukiteru@bytedance.com>
2023-07-19 13:52:43 +01:00
..
src block: introduce trait BlockBackend for block types 2023-07-19 13:52:43 +01:00
Cargo.toml block: merge qcow, vhdx and block_util into block crate 2023-07-19 13:52:43 +01:00