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:
Rob Bradford
2020-03-10 11:34:27 +00:00
committed by Sebastien Boeuf
parent bb2d04b39d
commit 21160f7490
2 changed files with 64 additions and 1 deletions
+1 -1
View File
@@ -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"]