Revision f29a5614 qemu-options.hx

b/qemu-options.hx
2685 2685
STEXI
2686 2686
@item -nodefconfig
2687 2687
@findex -nodefconfig
2688
Normally QEMU loads a configuration file from @var{sysconfdir}/qemu.conf and
2689
@var{sysconfdir}/target-@var{ARCH}.conf on startup.  The @code{-nodefconfig}
2690
option will prevent QEMU from loading these configuration files at startup.
2688
Normally QEMU loads configuration files from @var{sysconfdir} and @var{datadir} at startup.
2689
The @code{-nodefconfig} option will prevent QEMU from loading any of those config files.
2690
ETEXI
2691
DEF("no-user-config", 0, QEMU_OPTION_nouserconfig,
2692
    "-no-user-config\n"
2693
    "                do not load user-provided config files at startup\n",
2694
    QEMU_ARCH_ALL)
2695
STEXI
2696
@item -no-user-config
2697
@findex -no-user-config
2698
The @code{-no-user-config} option makes QEMU not load any of the user-provided
2699
config files on @var{sysconfdir}, but won't make it skip the QEMU-provided config
2700
files from @var{datadir}.
2691 2701
ETEXI
2692 2702
DEF("trace", HAS_ARG, QEMU_OPTION_trace,
2693 2703
    "-trace [events=<file>][,file=<file>]\n"

Also available in: Unified diff