mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
qemu-options: Remove deprecated option -clock
The option is only a dummy since a long time. We've finally deprecated it in QEMU v3.0, so it's time to remove it now. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <1549545296-18903-3-git-send-email-thuth@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
b5ec7de7b5
commit
e6e40f80cd
3 changed files with 0 additions and 14 deletions
6
vl.c
6
vl.c
|
@ -3735,12 +3735,6 @@ int main(int argc, char **argv, char **envp)
|
|||
case QEMU_OPTION_old_param:
|
||||
old_param = 1;
|
||||
break;
|
||||
case QEMU_OPTION_clock:
|
||||
/* 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_rtc:
|
||||
opts = qemu_opts_parse_noisily(qemu_find_opts("rtc"), optarg,
|
||||
false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue