Run any OCI/Docker image as a hardware-isolated microVM on macOS HVF (Linux KVM and Windows WHP in progress). Single library API, zero flags for the common case, sub-100 ms cold-restore from snapshot.
// PORT TARGET: devices/src/lib.rs
// Source size: ~150 LOC entry, ~10k LOC under virtio/
// Status: in progress
// 16550 UART (COM1) — x86 serial console, port I/O. Counterpart to `serial`
// (the aarch64 PL011). Only built on x86_64, where the KVM backend drives it.
#[cfg(target_arch ="x86_64")]pubmodcom1;pubmodmmio_bus;pubmodserial;#[cfg(test)]modserial_smpark_capture_tests;pubmodvirtio;