cloud-hypervisor/block_util/src
Sebastien Boeuf 13a3ac6a77 block_util: Add unit testing for VHD format
The vhd module is the implementation of the VHD specification, which is
why it is important to unit test it.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-02-01 13:45:08 +00:00
..
async_io.rs
fixed_vhd_async.rs block_util, vmm: Add fixed VHD asynchronous implementation 2021-02-01 13:45:08 +00:00
fixed_vhd_sync.rs block_util: Add synchronous support for fixed VHD disk files 2021-02-01 13:45:08 +00:00
lib.rs block_util: Add synchronous support for fixed VHD disk files 2021-02-01 13:45:08 +00:00
qcow_sync.rs block_util: Factorize common code for synchronous implementations 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: Simplify RAW synchronous implementation 2021-02-01 13:45:08 +00:00
vhd.rs block_util: Add unit testing for VHD format 2021-02-01 13:45:08 +00:00