From: pmikus Date: Thu, 18 Feb 2021 10:02:55 +0000 (+0000) Subject: Framework: Qemu 4.2 compatibility fix X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=6572e308323becef0f720726413d08fa881c07cb Framework: Qemu 4.2 compatibility fix Signed-off-by: pmikus Change-Id: I8692b53c02773dbe5a5e02f959dfed8599cb8a4d (cherry picked from commit 91c3a1da0ddc47dff704bbb54e70f6a0b9af0018) --- diff --git a/resources/libraries/python/QemuUtils.py b/resources/libraries/python/QemuUtils.py index b29e19c035..b236090464 100644 --- a/resources/libraries/python/QemuUtils.py +++ b/resources/libraries/python/QemuUtils.py @@ -138,7 +138,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): """Set managment port forwarding."""