mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
block: qcow_sync: impl Geometry for QcowDiskSync
Uses the default DiskTopology (512B logical/physical) since QCOW2 does not probe the underlying device geometry. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
b305a7670b
commit
63f5e6e97f
@@ -296,6 +296,8 @@ impl disk_file::DiskFd for QcowDiskSync {
|
||||
}
|
||||
}
|
||||
|
||||
impl disk_file::Geometry for QcowDiskSync {}
|
||||
|
||||
pub struct QcowSync {
|
||||
metadata: Arc<QcowMetadata>,
|
||||
data_file: QcowRawFile,
|
||||
|
||||
Reference in New Issue
Block a user