main: Remove --net-backend and --block-backend from cloud-hypervisor

Remove the parameters used for self spawning from the cloud-hypervisor
binary.

See: #1925

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2020-11-17 11:06:27 +00:00
committed by Samuel Ortiz
parent fb70baece0
commit d1d0421103
3 changed files with 8 additions and 36 deletions

2
Cargo.lock generated
View File

@@ -230,8 +230,6 @@ dependencies = [
"tempdir",
"tempfile",
"thiserror",
"vhost_user_block",
"vhost_user_net",
"vmm",
"vmm-sys-util",
"wait-timeout",