Crate tmk_vmm

Source
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ยง

HypervisorOpt ๐Ÿ”’

Functionsยง

choose_hypervisor ๐Ÿ”’
do_main ๐Ÿ”’
main ๐Ÿ”’