runtime-rs: configuration-dragonball.toml.in: Add config for balloon

Add enable_balloon_f_reporting config to
configuration-dragonball.toml.in.

Signed-off-by: Hui Zhu <teawater@antgroup.com>
This commit is contained in:
Hui Zhu 2024-09-04 17:07:38 +08:00
parent 9c1b5238b3
commit 447a7feccf

View File

@ -98,6 +98,12 @@ default_maxvcpus = @DEFMAXVCPUS_DB@
# > 5 --> will be set to 5
default_bridges = @DEFBRIDGES@
# Enable balloon f_reporting, default false
# Enabling this will result in the VM balloon device having f_reporting=on set
#
# Default false
#enable_balloon_f_reporting = true
# Default memory size in MiB for SB/VM.
# If unspecified then it will be set @DEFMEMSZ@ MiB.
default_memory = @DEFMEMSZ@