mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
block: vhd: impl Geometry for FixedVhdDiskSync
Use default DiskTopology with 512byte sectors. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
@@ -76,6 +76,8 @@ impl disk_file::DiskFd for FixedVhdDiskSync {
|
||||
}
|
||||
}
|
||||
|
||||
impl disk_file::Geometry for FixedVhdDiskSync {}
|
||||
|
||||
pub struct FixedVhdSync {
|
||||
raw_file_sync: RawFileSync,
|
||||
size: u64,
|
||||
|
||||
Reference in New Issue
Block a user