aboutsummaryrefslogtreecommitdiff
path: root/vl.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-02-07 14:14:56 +0100
committerLaurent Vivier <laurent@vivier.eu>2019-02-14 10:40:50 +0100
commite6e40f80cdf37021deb8c4f4311724a64461a1d1 (patch)
tree4b8dc3b051c18564961598eda84a7aa8d0aa73d5 /vl.c
parentb5ec7de7b5111f898453f96bdfd095fc1d8f6e18 (diff)
downloadqemu-e6e40f80cdf37021deb8c4f4311724a64461a1d1.zip
qemu-e6e40f80cdf37021deb8c4f4311724a64461a1d1.tar.gz
qemu-e6e40f80cdf37021deb8c4f4311724a64461a1d1.tar.bz2
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 'vl.c')
-rw-r--r--vl.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/vl.c b/vl.c
index 9e4dba7..90ff233 100644
--- a/vl.c
+++ b/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);