mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ch-remote: Add "resize" command
This command lets you change the number of vCPUs and RAM that the VM has. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
committed by
Sebastien Boeuf
parent
bb2d04b39d
commit
21160f7490
+1
-1
@@ -13,6 +13,7 @@ epoll = ">=4.0.1"
|
||||
lazy_static = "1.4.0"
|
||||
libc = "0.2.67"
|
||||
log = { version = "0.4.10", features = ["std"] }
|
||||
serde_json = ">=1.0.9"
|
||||
vhost_user_backend = { path = "vhost_user_backend"}
|
||||
vhost_user_block = { path = "vhost_user_block"}
|
||||
vhost_user_fs = { path = "vhost_user_fs"}
|
||||
@@ -31,7 +32,6 @@ dirs = "2.0.2"
|
||||
credibility = "0.1.3"
|
||||
tempdir= "0.3.7"
|
||||
lazy_static= "1.4.0"
|
||||
serde_json = ">=1.0.9"
|
||||
|
||||
[features]
|
||||
default = ["acpi", "pci", "cmos"]
|
||||
|
||||
Reference in New Issue
Block a user