microvmi 0.4.0

A cross-platform, unified, low-level VM introspection API supporting multiple hypervisors
Documentation
1
2
3
4
5
6
7
8
9
10
# Drivers

Each driver is optional, and requires an explicit compilation feature flag to be enabled.

~~~
cargo build --features driverA,driverB,driverC
~~~

In this section you will find a description of each driver available, it's dependencies and initialization
parameters.