aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2021-02-18 10:02:55 +0000
committerPeter Mikus <pmikus@cisco.com>2021-04-06 05:26:27 +0000
commitc5948b28f67bcde9e2f083f757453d180bb10f20 (patch)
tree981d47ecbe201cf35a50eb311141d8b46a7fc9f7
parent746a8f130443a88e6be9ed1b8d85d1e4cb9abfbf (diff)
Framework: Qemu 4.2 compatibility fix
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I8692b53c02773dbe5a5e02f959dfed8599cb8a4d (cherry picked from commit 91c3a1da0ddc47dff704bbb54e70f6a0b9af0018)
-rw-r--r--resources/libraries/python/QemuUtils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/libraries/python/QemuUtils.py b/resources/libraries/python/QemuUtils.py
index 51fba6105e..21de620448 100644
--- a/resources/libraries/python/QemuUtils.py
+++ b/resources/libraries/python/QemuUtils.py
@@ -140,7 +140,6 @@ class QemuUtils:
)
self._params.add_with_value(u"m", f"{self._opt.get(u'mem')}M")
self._params.add_with_value(u"numa", u"node,memdev=mem")
- self._params.add_with_value(u"balloon", u"none")
def add_net_user(self, net="10.0.2.0/24"):
"""Set managment port forwarding."""