mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-24 00:18:36 -07:00
Remove the deprecated options -startdate, -localtime and -rtc-td-hack
Deprecated since two releases, nobody complained, thus it's time to remove them now. Acked-by: Peter Krempa <pkrempa@redhat.com> Acked-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
2feac451d2
commit
fdaf2d5885
3 changed files with 22 additions and 74 deletions
|
|
@ -1711,9 +1711,6 @@ Windows 2000 is installed, you no longer need this option (this option
|
|||
slows down the IDE transfers).
|
||||
ETEXI
|
||||
|
||||
HXCOMM Deprecated by -rtc
|
||||
DEF("rtc-td-hack", 0, QEMU_OPTION_rtc_td_hack, "", QEMU_ARCH_I386)
|
||||
|
||||
DEF("no-fd-bootchk", 0, QEMU_OPTION_no_fd_bootchk,
|
||||
"-no-fd-bootchk disable boot signature checking for floppy disks\n",
|
||||
QEMU_ARCH_I386)
|
||||
|
|
@ -3471,10 +3468,6 @@ ETEXI
|
|||
HXCOMM Silently ignored for compatibility
|
||||
DEF("clock", HAS_ARG, QEMU_OPTION_clock, "", QEMU_ARCH_ALL)
|
||||
|
||||
HXCOMM Options deprecated by -rtc
|
||||
DEF("localtime", 0, QEMU_OPTION_localtime, "", QEMU_ARCH_ALL)
|
||||
DEF("startdate", HAS_ARG, QEMU_OPTION_startdate, "", QEMU_ARCH_ALL)
|
||||
|
||||
DEF("rtc", HAS_ARG, QEMU_OPTION_rtc, \
|
||||
"-rtc [base=utc|localtime|date][,clock=host|rt|vm][,driftfix=none|slew]\n" \
|
||||
" set the RTC base and clock, enable drift fix for clock ticks (x86 only)\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue