From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzcTq-0007f9-L9 for qemu-devel@nongnu.org; Wed, 04 Oct 2017 01:44:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzcTl-0005Ud-PI for qemu-devel@nongnu.org; Wed, 04 Oct 2017 01:44:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55140) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dzcTl-0005Tw-JL for qemu-devel@nongnu.org; Wed, 04 Oct 2017 01:44:21 -0400 From: Markus Armbruster References: <20171004030025.7866-1-ehabkost@redhat.com> <20171004030025.7866-3-ehabkost@redhat.com> Date: Wed, 04 Oct 2017 07:44:18 +0200 In-Reply-To: <20171004030025.7866-3-ehabkost@redhat.com> (Eduardo Habkost's message of "Wed, 4 Oct 2017 00:00:25 -0300") Message-ID: <87y3ortqkt.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v3 2/2] qemu-options: Deprecate -nodefconfig List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: qemu-devel@nongnu.org, Paolo Bonzini , Alistair Francis Eduardo Habkost writes: > 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 Reviewed-by: Markus Armbruster