From 447a7feccffe51a2faea33652791d518adc9eecd Mon Sep 17 00:00:00 2001 From: Hui Zhu Date: Wed, 4 Sep 2024 17:07:38 +0800 Subject: [PATCH] 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 --- src/runtime-rs/config/configuration-dragonball.toml.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/runtime-rs/config/configuration-dragonball.toml.in b/src/runtime-rs/config/configuration-dragonball.toml.in index b2a226f202..53f5092acf 100644 --- a/src/runtime-rs/config/configuration-dragonball.toml.in +++ b/src/runtime-rs/config/configuration-dragonball.toml.in @@ -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@