Home
last modified time | relevance | path

Searched defs:DebugConsole (Results 1 – 2 of 2) sorted by relevance

/cloud-hypervisor/devices/src/
H A Ddebug_console.rs30 pub struct DebugConsole { struct
35 impl DebugConsole { impl
41 impl BusDevice for DebugConsole { implementation
53 impl Snapshottable for DebugConsole { implementation
63 impl Pausable for DebugConsole {} implementation
64 impl Transportable for DebugConsole {} implementation
65 impl Migratable for DebugConsole {} implementation
/cloud-hypervisor/vmm/src/
H A Ddevice_manager.rs2017 ) -> DeviceManagerResult<Arc<Mutex<DebugConsole>>> { in add_debug_console_device()