From 3478eae990d0373a5a3614f9293e16ebb50e5cb6 Mon Sep 17 00:00:00 2001 From: Eduardo Habkost Date: Wed, 4 Oct 2017 00:00:25 -0300 Subject: qemu-options: Deprecate -nodefconfig Since 2012 (commit ba6212d8 "Eliminate cpus-x86_64.conf file") we have no default config files that would be disabled using -nodefconfig. Update documentation and document -nodefconfig as deprecated. Cc: Markus Armbruster Acked-by: Alistair Francis Signed-off-by: Eduardo Habkost Message-Id: <20171004030025.7866-3-ehabkost@redhat.com> Reviewed-by: Markus Armbruster Reviewed-by: Daniel P. Berrange Signed-off-by: Eduardo Habkost --- qemu-doc.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qemu-doc.texi') diff --git a/qemu-doc.texi b/qemu-doc.texi index ecd186a159..d8bb2c664f 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -2496,6 +2496,10 @@ would automatically enable USB support on the machine type. If using the new syntax, USB support must be explicitly enabled via the ``-machine usb=on'' argument. +@subsection -nodefconfig (since 2.11.0) + +The ``-nodefconfig`` argument is a synonym for ``-no-user-config``. + @section qemu-img command line arguments @subsection convert -s (since 2.0.0) -- cgit v1.2.1