summaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorThomas Huth2018-08-21 12:59:56 +0200
committerThomas Huth2018-08-31 09:52:46 +0200
commit2feac451d2b4492aa8a67f40bd20dd351941d1a2 (patch)
tree2bac86a10017c2d0d9a7a33f37f6915f8bb08849 /qemu-options.hx
parentRemove the deprecated -balloon option (diff)
downloadqemu-2feac451d2b4492aa8a67f40bd20dd351941d1a2.tar.gz
qemu-2feac451d2b4492aa8a67f40bd20dd351941d1a2.tar.xz
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 'qemu-options.hx')
-rw-r--r--qemu-options.hx4
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index ccf7155454..d9be20b36d 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -3833,8 +3833,7 @@ Write device configuration to @var{file}. The @var{file} can be either filename
command line and device configuration into file or dash @code{-}) character to print the
output to stdout. This can be later used as input file for @code{-readconfig} option.
ETEXI
-HXCOMM Deprecated, same as -no-user-config
-DEF("nodefconfig", 0, QEMU_OPTION_nodefconfig, "", QEMU_ARCH_ALL)
+
DEF("no-user-config", 0, QEMU_OPTION_nouserconfig,
"-no-user-config\n"
" do not load default user-provided config files at startup\n",
@@ -3845,6 +3844,7 @@ STEXI
The @code{-no-user-config} option makes QEMU not load any of the user-provided
config files on @var{sysconfdir}.
ETEXI
+
DEF("trace", HAS_ARG, QEMU_OPTION_trace,
"-trace [[enable=]<pattern>][,events=<file>][,file=<file>]\n"
" specify tracing options\n",