aboutsummaryrefslogtreecommitdiff
path: root/vl.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2018-05-22 13:58:18 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2018-06-01 15:13:46 +0200
commitd7e19545215e529d7bbc4ef555c123b95cbe35a1 (patch)
treeb60e0d7da000738de14b7fa663c05759c29f2353 /vl.c
parentc3942bf2bdcc80fcf38379cf26db5d02b07f41cf (diff)
downloadqemu-d7e19545215e529d7bbc4ef555c123b95cbe35a1.zip
qemu-d7e19545215e529d7bbc4ef555c123b95cbe35a1.tar.gz
qemu-d7e19545215e529d7bbc4ef555c123b95cbe35a1.tar.bz2
qemu-options: Mark the non-functional -clock option as deprecated
The function is only ignored since QEMU version 1.7.0. Let's mark it as deprecated, so that we can finally completely remove it soon. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <1526990298-17924-1-git-send-email-thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vl.c b/vl.c
index 4a0e178..c70ce25 100644
--- a/vl.c
+++ b/vl.c
@@ -3713,6 +3713,7 @@ int main(int argc, char **argv, char **envp)
/* Clock options no longer exist. Keep this option for
* backward compatibility.
*/
+ warn_report("This option is ignored and will be removed soon");
break;
case QEMU_OPTION_startdate:
warn_report("This option is deprecated, use '-rtc base=' instead.");