mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
@@ -3,6 +3,8 @@
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
extern crate vmm;
|
||||
|
||||
#[macro_use(crate_version, crate_authors)]
|
||||
extern crate clap;
|
||||
|
||||
@@ -29,4 +31,6 @@ fn main() {
|
||||
.expect("Missing argument: kernel");
|
||||
|
||||
println!("Booting {:?}...", kernel_path.as_path());
|
||||
|
||||
vmm::test_vm()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user