mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Remove dead QcowDeviceCreate error variant
The variant has been unused since commit 12e20effd which
replaced direct QcowFile creation with QcowDiskSync.
Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
@@ -267,10 +267,6 @@ pub enum DeviceManagerError {
|
||||
#[error("Failed to parse disk image format")]
|
||||
DetectImageType(#[source] io::Error),
|
||||
|
||||
/// Cannot open qcow disk path
|
||||
#[error("Cannot open qcow disk path")]
|
||||
QcowDeviceCreate(#[source] qcow::Error),
|
||||
|
||||
/// Cannot create serial manager
|
||||
#[error("Cannot create serial manager")]
|
||||
CreateSerialManager(#[source] SerialManagerError),
|
||||
|
||||
Reference in New Issue
Block a user