From 4913acc05e5ded05fd70ab23dbad67b05605b323 Mon Sep 17 00:00:00 2001 From: Hui Zhu Date: Fri, 25 Sep 2020 21:32:15 +0800 Subject: [PATCH] vmm: Add 'balloon' to memory parameters Add the option 'balloon' to --memory. Signed-off-by: Hui Zhu --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 9d2246034..b4ceea44e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -110,7 +110,8 @@ fn create_app<'a, 'b>( \"size=,mergeable=on|off,shared=on|off,hugepages=on|off,\ hotplug_method=acpi|virtio-mem,\ hotplug_size=,\ - hotplugged_size=\"", + hotplugged_size=,\ + balloon=on|off\"", ) .default_value(&default_memory) .group("vm-config"),