From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:50903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggp3v-0007JU-Ns for qemu-devel@nongnu.org; Tue, 08 Jan 2019 05:56:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggp3u-0000yF-5E for qemu-devel@nongnu.org; Tue, 08 Jan 2019 05:56:46 -0500 Received: from mga11.intel.com ([192.55.52.93]:50251) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ggp3t-0000lF-TM for qemu-devel@nongnu.org; Tue, 08 Jan 2019 05:56:46 -0500 Date: Tue, 8 Jan 2019 18:53:06 +0800 From: Yang Zhong Message-ID: <20190108105306.GH27840@yangzhon-Virtual> References: <20181227063419.12981-1-yang.zhong@intel.com> <20181227063419.12981-23-yang.zhong@intel.com> <1f94070a-d9df-9fb9-66e8-77e576aeb229@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1f94070a-d9df-9fb9-66e8-77e576aeb229@redhat.com> Subject: Re: [Qemu-devel] [RFC PATCH 22/25] i386-softmmu.mak: remove all CONFIG_* except boards definitions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, Thomas Huth , peter.maydell@linaro.org, sameo@linux.intel.com, ehabkost@redhat.com, yang.zhong@intel.com Hello Paolo, Thanks for detailed comments, i will change this one by one. The previous plan put all "selects" into hw/i386/Kconfig file, which can easily config board if we want to optimize i440fx or q35 platform. The new solution will spread "selects" into detailed hw/*/Kconfig file. Regards, Yang