1 2 3 4 5 6
//! Collection of Emulated devices. pub mod simple_virtio; pub mod x2apic; pub use x2apic::X2Apic;