supermachine 0.2.0

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.
1
2
3
4
5
6
7
// PORT TARGET: devices/src/lib.rs
// Source size: ~150 LOC entry, ~10k LOC under virtio/
// Status: in progress

pub mod mmio_bus;
pub mod serial;
pub mod virtio;