diff options
| author | Thomas Huth <thuth@redhat.com> | 2018-08-21 12:59:56 +0200 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2018-08-31 09:52:46 +0200 |
| commit | 2feac451d2b4492aa8a67f40bd20dd351941d1a2 (patch) | |
| tree | 2bac86a10017c2d0d9a7a33f37f6915f8bb08849 /vl.c | |
| parent | 1d9cb42c5654772efec1977957584a21763013a1 (diff) | |
| download | focaccia-qemu-2feac451d2b4492aa8a67f40bd20dd351941d1a2.tar.gz focaccia-qemu-2feac451d2b4492aa8a67f40bd20dd351941d1a2.zip | |
Remove the deprecated -nodefconfig option
It's the same as -no-user-config and marked as deprecated since three releases already. Time to remove it now. Acked-by: Peter Krempa <pkrempa@redhat.com> Acked-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'vl.c')
| -rw-r--r-- | vl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vl.c b/vl.c index 674c42f67f..386c71dc3c 100644 --- a/vl.c +++ b/vl.c @@ -2999,7 +2999,6 @@ int main(int argc, char **argv, char **envp) popt = lookup_opt(argc, argv, &optarg, &optind); switch (popt->index) { - case QEMU_OPTION_nodefconfig: case QEMU_OPTION_nouserconfig: userconfig = false; break; @@ -3927,7 +3926,6 @@ int main(int argc, char **argv, char **envp) case QEMU_OPTION_enable_sync_profile: qsp_enable(); break; - case QEMU_OPTION_nodefconfig: case QEMU_OPTION_nouserconfig: /* Nothing to be parsed here. Especially, do not error out below. */ break; |