From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzUmk-0005B9-CK for qemu-devel@nongnu.org; Tue, 03 Oct 2017 17:31:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzUmf-0005kM-GD for qemu-devel@nongnu.org; Tue, 03 Oct 2017 17:31:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34334) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dzUmf-0005k6-A0 for qemu-devel@nongnu.org; Tue, 03 Oct 2017 17:31:21 -0400 Date: Tue, 3 Oct 2017 18:31:18 -0300 From: Eduardo Habkost Message-ID: <20171003213118.GF4760@localhost.localdomain> References: <20171003211730.31843-1-ehabkost@redhat.com> <20171003211730.31843-3-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171003211730.31843-3-ehabkost@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 2/2] qemu-options: Deprecate -nodefconfig List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Markus Armbruster , Paolo Bonzini , Alistair Francis , "Daniel P. Berrange" On Tue, Oct 03, 2017 at 06:17:30PM -0300, Eduardo Habkost wrote: > 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 > --- > Changes v1 -> v2: > * Document at "Deprecated features" section in qemu-doc.texi > (Daniel) > * Remove documentation for the option from qemu-options.hx > (Markus) > --- > qemu-doc.texi | 4 ++++ > qemu-options.hx | 17 ++++------------- > 2 files changed, 8 insertions(+), 13 deletions(-) > > diff --git a/qemu-doc.texi b/qemu-doc.texi > index ecd186a159..039abe0cfe 100644 > --- a/qemu-doc.texi > +++ b/qemu-doc.texi > @@ -2533,6 +2533,10 @@ or ``ivshmem-doorbell`` device types. > The ``spapr-pci-vfio-host-bridge'' device type is replaced by > the ``spapr-pci-host-bridge'' device type. > > +@subsection -nodefconfig (since 2.11.0) > + > +The ``-nodefconfig`` argument is a synonym for ``-no-user-config``. > + This is at the wrong section. I will submit v3 fixing that. Sorry for the noise. > @node License > @appendix License > -- Eduardo