diff --git a/block/src/fixed_vhd_async.rs b/block/src/fixed_vhd_async.rs index b5b622e7e..3ce44e8db 100644 --- a/block/src/fixed_vhd_async.rs +++ b/block/src/fixed_vhd_async.rs @@ -74,6 +74,8 @@ impl disk_file::DiskFd for FixedVhdDiskAsync { } } +impl disk_file::Geometry for FixedVhdDiskAsync {} + pub struct FixedVhdAsync { raw_file_async: RawFileAsync, size: u64,