mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
block: Remove qcow compat alias
Update external consumers to use formats::qcow::internal instead of the top level qcow alias. Keep a crate private use for the QcowError variant in lib.rs. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
f8327faa33
commit
2c8978bbf2
@@ -16,7 +16,7 @@ use std::time::Duration;
|
||||
|
||||
use block::async_io::{AsyncIo, GuestMemoryTarget};
|
||||
use block::formats::qcow::QcowDisk;
|
||||
use block::qcow::{BackingFileConfig, ImageType, QcowFile, RawFile};
|
||||
use block::formats::qcow::internal::{BackingFileConfig, ImageType, QcowFile, RawFile};
|
||||
use vm_memory::{Bytes, GuestAddress, GuestMemoryMmap};
|
||||
use vmm_sys_util::eventfd::EventFd;
|
||||
use vmm_sys_util::tempfile::TempFile;
|
||||
|
||||
Reference in New Issue
Block a user