]> Git Repo - qemu.git/commit - softmmu/vl.c
Declare -realtime as deprecated
authorThomas Huth <[email protected]>
Thu, 11 Apr 2019 17:53:45 +0000 (19:53 +0200)
committerPaolo Bonzini <[email protected]>
Wed, 15 May 2019 09:56:53 +0000 (11:56 +0200)
commit583f34c493fc5b91aa05a8987023244a72f8efae
tree509ab8b8508a8470e6d32f89e9c3bf0b3852c0d3
parent85fad7e11508fd581fdbb14dd6a6555a9e0c8d70
Declare -realtime as deprecated

The old -realtime mlock=on|off parameter does exactly the same as the
new -overcommit mem-lock=on|off parameter. Additionally, "-realtime"
does not activate any additional "realtime" capabilities as the name
might indicate. We should avoid to confuse the users this way, so
let's deprecate the old -realtime option.

Signed-off-by: Thomas Huth <[email protected]>
Reviewed-by: Eduardo Habkost <[email protected]>
Message-Id: <20190411175345[email protected]>
qemu-deprecated.texi
vl.c
This page took 0.023964 seconds and 4 git commands to generate.