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:
parent
a007b750ff
commit
78b0f68b21
4 changed files with 68 additions and 23 deletions
|
|
@ -7,6 +7,7 @@
|
|||
use std::any::Any;
|
||||
use std::sync::{Arc, Barrier, Mutex};
|
||||
use std::{io, result};
|
||||
|
||||
use thiserror::Error;
|
||||
use vm_allocator::{AddressAllocator, SystemAllocator};
|
||||
use vm_device::Resource;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue