mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Error for MemoryManagerError
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP <philipp.schuster@sap.com>
This commit is contained in:
committed by
Rob Bradford
parent
a007b750ff
commit
78b0f68b21
@@ -382,7 +382,7 @@ pub enum DeviceManagerError {
|
||||
|
||||
/// Error from a memory manager operation
|
||||
#[error("Error from a memory manager operation")]
|
||||
MemoryManager(MemoryManagerError),
|
||||
MemoryManager(#[source] MemoryManagerError),
|
||||
|
||||
/// Failed to create new interrupt source group.
|
||||
#[error("Failed to create new interrupt source group")]
|
||||
|
||||
Reference in New Issue
Block a user