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>
This commit is contained in:
Sebastien Boeuf
2021-01-29 18:02:51 +01:00
committed by Rob Bradford
parent b26777cb01
commit 13a3ac6a77
3 changed files with 105 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -163,6 +163,7 @@ dependencies = [
"serde",
"serde_derive",
"serde_json",
"tempfile",
"thiserror",
"virtio-bindings",
"vm-memory",