mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
block: vhd: impl Geometry for FixedVhdDiskAsync
Use default DiskTopology with 512 byte sectors. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user