Snapshotmain · ea50487
A jailed monitor validates machine configuration, builds a KVM virtual machine, and services a minimal virtio device model.
Click a building or route
System map8 components · 8 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
microVMA virtual machine optimized for fast startup and a deliberately small device surface.
How to study this repo
- 1Configure before boot
Follow an API model into VmResources and its validation.
- 2Build the machine
Trace kernel loading, guest memory, and vCPU construction.
- 3Handle one queue
Connect a guest virtio notification to its host device handler.