Re: [Xen-devel] [RFC 00/29] Incomplete Kconfig conversion

2015-11-09 Thread Doug Goldstein
On 11/9/15 9:06 AM, Konrad Rzeszutek Wilk wrote: > On Tue, Oct 06, 2015 at 05:11:51PM +0100, Ian Campbell wrote: >> On Tue, 2015-10-06 at 10:58 -0500, Doug Goldstein wrote: >>> You stated this better than I did. My goal is not to necessarily make >>> this like the Linux kernel where users toggle on

Re: [Xen-devel] [RFC 00/29] Incomplete Kconfig conversion

2015-11-09 Thread Konrad Rzeszutek Wilk
On Tue, Oct 06, 2015 at 05:11:51PM +0100, Ian Campbell wrote: > On Tue, 2015-10-06 at 10:58 -0500, Doug Goldstein wrote: > > You stated this better than I did. My goal is not to necessarily make > > this like the Linux kernel where users toggle on different bits at a > > whim but more for developer

Re: [Xen-devel] [RFC 00/29] Incomplete Kconfig conversion

2015-10-06 Thread Ian Campbell
On Tue, 2015-10-06 at 10:58 -0500, Doug Goldstein wrote: > You stated this better than I did. My goal is not to necessarily make > this like the Linux kernel where users toggle on different bits at a > whim but more for developers and companies shipping Xen, basically those > with specialized envir

Re: [Xen-devel] [RFC 00/29] Incomplete Kconfig conversion

2015-10-06 Thread Doug Goldstein
On 10/6/15 8:05 AM, Ian Campbell wrote: > On Mon, 2015-10-05 at 17:03 -0500, Doug Goldstein wrote: >> 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 tu

Re: [Xen-devel] [RFC 00/29] Incomplete Kconfig conversion

2015-10-06 Thread Doug Goldstein
On 10/5/15 5:12 PM, Julien Grall wrote: > Hi, > > Can you please run scripts/get_maintainers.pl on every patch to get the > list of relevant maintainers. > > Regards, > Yes. Sorry for not doing so. I treated this patchset as incomplete and just wanted to ensure the community was ok with my appr

Re: [Xen-devel] [RFC 00/29] Incomplete Kconfig conversion

2015-10-06 Thread Ian Campbell
On Mon, 2015-10-05 at 17:03 -0500, Doug Goldstein wrote: > 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 on

Re: [Xen-devel] [RFC 00/29] Incomplete Kconfig conversion

2015-10-06 Thread Andrew Cooper
On 06/10/15 11:15, Julien Grall wrote: > Hi Doug, > > On 05/10/2015 23:03, Doug Goldstein wrote: >> 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 t

Re: [Xen-devel] [RFC 00/29] Incomplete Kconfig conversion

2015-10-06 Thread Julien Grall
Hi Doug, On 05/10/2015 23:03, Doug Goldstein wrote: 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 loc

Re: [Xen-devel] [RFC 00/29] Incomplete Kconfig conversion

2015-10-06 Thread Andrew Cooper
On 06/10/15 10:39, Andrew Cooper wrote: > 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/

Re: [Xen-devel] [RFC 00/29] Incomplete Kconfig conversion

2015-10-06 Thread Andrew Cooper
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

Re: [Xen-devel] [RFC 00/29] Incomplete Kconfig conversion

2015-10-05 Thread Doug Goldstein
On 10/5/15 5:03 PM, 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 lev

Re: [Xen-devel] [RFC 00/29] Incomplete Kconfig conversion

2015-10-05 Thread Julien Grall
Hi, Can you please run scripts/get_maintainers.pl on every patch to get the list of relevant maintainers. Regards, On 05/10/2015 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

[Xen-devel] [RFC 00/29] Incomplete Kconfig conversion

2015-10-05 Thread Doug Goldstein
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