microvmi 0.4.0

A cross-platform, unified, low-level VM introspection API supporting multiple hypervisors
Documentation
1
2
3
4
5
pub static VM_NAME: &str = "winxp";
pub static VM_VCPU_COUNT: u16 = 1;
pub static VIRSH_URI: &str = "qemu:///system";
pub static KVMI_SOCKET: &str = "/tmp/introspector";
pub static TIMEOUT: u64 = 20;