mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
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>
This commit is contained in:
parent
c3942bf2bd
commit
d7e1954521
2 changed files with 6 additions and 0 deletions
1
vl.c
1
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.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue