pub const MICROVM_EXEC_VALUE: &str = "microvm";Expand description
Annotation value (for NATIVE_EXEC_ANNOTATION) selecting a microVM:
the workload boots in its own KVM guest rather than sharing the host
kernel. See WorkloadSpec::wants_microvm.
pub const MICROVM_EXEC_VALUE: &str = "microvm";Annotation value (for NATIVE_EXEC_ANNOTATION) selecting a microVM:
the workload boots in its own KVM guest rather than sharing the host
kernel. See WorkloadSpec::wants_microvm.