diff options
author | Thomas Huth <thuth@redhat.com> | 2018-02-19 21:23:40 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-03-06 14:00:59 +0100 |
commit | d07aa197c5a1556449361a0cbb5108e2e7b1adb7 (patch) | |
tree | b8a6b4c60815bff43289a24f48da54322a55b96a /vl.c | |
parent | 723250d674a1e9ff601e98b8700f8d631e7b9855 (diff) |
Remove the deprecated -tdf option
It's been marked as deprecated since a very long time already, and
the parameter is not doing anything useful anymore except for printing
a warning, so it's now time to finally get rid of this option.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1519071820-4062-1-git-send-email-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3842,9 +3842,6 @@ int main(int argc, char **argv, char **envp) exit(1); } break; - case QEMU_OPTION_tdf: - warn_report("ignoring deprecated option"); - break; case QEMU_OPTION_name: opts = qemu_opts_parse_noisily(qemu_find_opts("name"), optarg, true); |