From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gKRoA-0004kw-To for qemu-devel@nongnu.org; Wed, 07 Nov 2018 12:40:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gKRo7-0006Bj-HN for qemu-devel@nongnu.org; Wed, 07 Nov 2018 12:40:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52228) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gKRo7-0006BS-76 for qemu-devel@nongnu.org; Wed, 07 Nov 2018 12:39:59 -0500 References: <20180924092120.GA30163@caravaggio> <7c2b477e-bdac-c887-2510-82fe04acdcfe@redhat.com> <87b22690-e39c-3b46-dcb4-f6abc3213142@redhat.com> <41ceda53-467e-32a1-8fa6-13f0f9c08ad1@redhat.com> <20181107154114.GC27585@caravaggio> From: Paolo Bonzini Message-ID: Date: Wed, 7 Nov 2018 18:39:54 +0100 MIME-Version: 1.0 In-Reply-To: <20181107154114.GC27585@caravaggio> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] QEMU and Kconfig List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Samuel Ortiz Cc: Peter Maydell , Thomas Huth , QEMU Developers , "Zhong, Yang" On 07/11/2018 16:41, Samuel Ortiz wrote: > - The Kconfig parser would be used to generate the equivalent of what we > currently have under default-configs/ It would be used to generate config-devices.mak, instead of scripts/make_device_config.sh. My branch already had some Makefile integration. > - From a user's build perspective, there would be no noticeable > difference, ./configure && make. Internally, both steps will consume > the *.mak files generated by minikconf. Right. The only difference is that a user could do "./configure && make randconfig && make" and similar. Paolo