Expand description
A simple VMM for loading and running test microkernels (TMKs) but does not support general-purpose VMs.
This is used to test the underlying VMM infrastructure without the complexity of the full OpenVMM stack.
Modulesยง
- host_
vmm ๐ - Support for running as a host VMM.
- load ๐
- Support for loading a TMK into VM memory.
- paravisor_
vmm ๐ - Support for running as a paravisor VMM.
- run ๐
- Support for running a VMโs VPs.
Structsยง
- Options ๐
- A simple VMM for loading and running test microkernels (TMKs).
Enumsยง
- Hypervisor
Opt ๐
Functionsยง
- choose_
hypervisor ๐ - do_main ๐
- main ๐