cloud-hypervisor: Call into the test_vm() routine

test_vm is a dummy VM workload, we use it to test our initial VMM
settings.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Samuel Ortiz
2019-02-22 17:05:02 +01:00
parent 16f2bedbb7
commit a0da3deb5e
4 changed files with 48 additions and 7 deletions

View File

@@ -5,4 +5,6 @@ authors = ["The Cloud Hypervisor Authors"]
edition = "2018"
[dependencies]
clap = "=2.27.1"
clap = "=2.27.1"
vmm = { path = "vmm" }