mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
block: qcow_async: impl Geometry for QcowDiskAsync
Uses the default geometry, same as the sync backend. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
91d6356db4
commit
fa700f6493
@@ -89,3 +89,5 @@ impl disk_file::DiskFd for QcowDiskAsync {
|
||||
BorrowedDiskFd::new(self.data_raw_file.as_fd().as_raw_fd())
|
||||
}
|
||||
}
|
||||
|
||||
impl disk_file::Geometry for QcowDiskAsync {}
|
||||
|
||||
Reference in New Issue
Block a user