]> git.proxmox.com Git - mirror_qemu.git/commit
Declare -realtime as deprecated
authorThomas Huth <thuth@redhat.com>
Thu, 11 Apr 2019 17:53:45 +0000 (19:53 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
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 <thuth@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20190411175345.19414-1-thuth@redhat.com>
qemu-deprecated.texi
vl.c