diff options
author | Thomas Huth <thuth@redhat.com> | 2019-02-07 14:14:56 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-02-14 10:40:50 +0100 |
commit | e6e40f80cdf37021deb8c4f4311724a64461a1d1 (patch) | |
tree | 4b8dc3b051c18564961598eda84a7aa8d0aa73d5 /qemu-options.hx | |
parent | b5ec7de7b5111f898453f96bdfd095fc1d8f6e18 (diff) |
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>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 06ef1a7c5c..77bd98e20b 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -3444,9 +3444,6 @@ Load the contents of @var{file} as an option ROM. This option is useful to load things like EtherBoot. ETEXI -HXCOMM Silently ignored for compatibility -DEF("clock", HAS_ARG, QEMU_OPTION_clock, "", QEMU_ARCH_ALL) - DEF("rtc", HAS_ARG, QEMU_OPTION_rtc, \ "-rtc [base=utc|localtime|<datetime>][,clock=host|rt|vm][,driftfix=none|slew]\n" \ " set the RTC base and clock, enable drift fix for clock ticks (x86 only)\n", |