mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 15:48:20 +00:00
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>
This commit is contained in:
committed by
Paolo Bonzini
parent
2c5060cd32
commit
c8c9dc42b7
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user