From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [RFC 00/29] Incomplete Kconfig conversion Date: Tue, 6 Oct 2015 10:39:51 +0100 Message-ID: <561396E7.3090603@citrix.com> References: <1444082620-3253-1-git-send-email-cardoe@cardoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1444082620-3253-1-git-send-email-cardoe@cardoe.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Doug Goldstein , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 05/10/15 23:03, Doug Goldstein wrote: > This is very incomplete and is only posted in hopes of getting some feedback > if this conversion is welcome by the community. There are a few different > ways I can go from here. > > * convert all of include/$(ARCH)/config.h > * move this to the top level and convert all of configs/ > * due both of the above > > I'd like to break this series up as small as possible and land parts in the > tree that I can land. At this point the first 4 patches are too large and > need culling down to only what's necessary. But my goal was to make it as > obvious as possible where the original code came from and how it was > transformed over time. > > Ultimately my goal is to allow for more parts of the hypervisor to be turned > off at compile time and potentially make it easier to include more > experimental features by others which can be turned off by default. Also to > provide the one true location for all possible knobs in the source code. Thankyou for looking into this. Do you by any chance have a git tree with this in? ~Andrew