summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Huth2020-12-10 16:58:07 +0100
committerPaolo Bonzini2020-12-15 18:52:02 +0100
commitc8c9dc42b7ca84b6892b51e3daeb693a9efec7a4 (patch)
tree69fc5dc942d13466177b5dbfb3bfdc9ced28df51 /tests
parentdocs/system: Move the list of removed features to a separate file (diff)
downloadqemu-c8c9dc42b7ca84b6892b51e3daeb693a9efec7a4.tar.gz
qemu-c8c9dc42b7ca84b6892b51e3daeb693a9efec7a4.tar.xz
qemu-c8c9dc42b7ca84b6892b51e3daeb693a9efec7a4.zip
Remove the deprecated -realtime option
It has been marked as deprecated since QEMU v4.2, replaced by the -overcommit option. Time to remove it now. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20201210155808.233895-4-thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/migration/guestperf/engine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/migration/guestperf/engine.py b/tests/migration/guestperf/engine.py
index e2a214bdab..83bfc3b6bb 100644
--- a/tests/migration/guestperf/engine.py
+++ b/tests/migration/guestperf/engine.py
@@ -304,7 +304,7 @@ class Engine(object):
argv_source += ["-mem-path", "/dev/shm",
"-mem-prealloc"]
if hardware._locked_pages:
- argv_source += ["-realtime", "mlock=on"]
+ argv_source += ["-overcommit", "mem-lock=on"]
if hardware._huge_pages:
pass