mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
committed by
Rob Bradford
parent
b26777cb01
commit
13a3ac6a77
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -163,6 +163,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"virtio-bindings",
|
||||
"vm-memory",
|
||||
|
||||
Reference in New Issue
Block a user