mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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>
This commit is contained in:
parent
1d9cb42c56
commit
2feac451d2
4 changed files with 4 additions and 10 deletions
2
vl.c
2
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue