Re: [Xen-devel] [PATCHv6] 02/28] build: build Kconfig and config rules

2015-12-09 Thread Ian Campbell
On Tue, 2015-12-08 at 18:04 +, Andrew Cooper wrote: > On 08/12/15 17:59, Doug Goldstein wrote: > > On 12/8/15 8:25 AM, Jan Beulich wrote: > > > > > > On 08.12.15 at 15:16, wrote: > > > > On 12/8/15 1:32 AM, Jan Beulich wrote: > > > > > > > > On 07.12.15 at 22:27,

Re: [Xen-devel] [PATCHv6] 02/28] build: build Kconfig and config rules

2015-12-08 Thread Doug Goldstein
On 12/8/15 1:32 AM, Jan Beulich wrote: On 07.12.15 at 22:27, wrote: >> On 12/3/15 2:57 AM, Jan Beulich wrote: >> On 03.12.15 at 01:34, wrote: On 12/1/15 5:22 AM, Jan Beulich wrote: On 30.11.15 at 18:53, wrote:

Re: [Xen-devel] [PATCHv6] 02/28] build: build Kconfig and config rules

2015-12-08 Thread Jan Beulich
>>> On 08.12.15 at 15:16, wrote: > On 12/8/15 1:32 AM, Jan Beulich wrote: > On 07.12.15 at 22:27, wrote: >>> On 12/3/15 2:57 AM, Jan Beulich wrote: >>> On 03.12.15 at 01:34, wrote: > On 12/1/15 5:22 AM, Jan Beulich wrote:

Re: [Xen-devel] [PATCHv6] 02/28] build: build Kconfig and config rules

2015-12-08 Thread Doug Goldstein
On 12/8/15 8:25 AM, Jan Beulich wrote: On 08.12.15 at 15:16, wrote: >> On 12/8/15 1:32 AM, Jan Beulich wrote: >> On 07.12.15 at 22:27, wrote: On 12/3/15 2:57 AM, Jan Beulich wrote: On 03.12.15 at 01:34, wrote:

Re: [Xen-devel] [PATCHv6] 02/28] build: build Kconfig and config rules

2015-12-08 Thread Andrew Cooper
On 08/12/15 17:59, Doug Goldstein wrote: > On 12/8/15 8:25 AM, Jan Beulich wrote: > On 08.12.15 at 15:16, wrote: >>> On 12/8/15 1:32 AM, Jan Beulich wrote: >>> On 07.12.15 at 22:27, wrote: > On 12/3/15 2:57 AM, Jan Beulich wrote: > On

Re: [Xen-devel] [PATCHv6] 02/28] build: build Kconfig and config rules

2015-12-07 Thread Jan Beulich
>>> On 07.12.15 at 22:27, wrote: > On 12/3/15 2:57 AM, Jan Beulich wrote: > On 03.12.15 at 01:34, wrote: >>> On 12/1/15 5:22 AM, Jan Beulich wrote: >>> On 30.11.15 at 18:53, wrote: > On 11/30/15 8:36 AM, Jan Beulich wrote:

Re: [Xen-devel] [PATCHv6] 02/28] build: build Kconfig and config rules

2015-12-07 Thread Doug Goldstein
On 12/3/15 2:57 AM, Jan Beulich wrote: On 03.12.15 at 01:34, wrote: >> On 12/1/15 5:22 AM, Jan Beulich wrote: >> On 30.11.15 at 18:53, wrote: On 11/30/15 8:36 AM, Jan Beulich wrote: On 24.11.15 at 18:51, wrote:

Re: [Xen-devel] [PATCHv6] 02/28] build: build Kconfig and config rules

2015-12-03 Thread Jan Beulich
>>> On 03.12.15 at 01:34, wrote: > On 12/1/15 5:22 AM, Jan Beulich wrote: > On 30.11.15 at 18:53, wrote: >>> On 11/30/15 8:36 AM, Jan Beulich wrote: >>> On 24.11.15 at 18:51, wrote: > +mainmenu "Xen/$SRCARCH $XEN_FULLVERSION

Re: [Xen-devel] [PATCHv6] 02/28] build: build Kconfig and config rules

2015-12-02 Thread Doug Goldstein
On 12/1/15 5:22 AM, Jan Beulich wrote: On 30.11.15 at 18:53, wrote: >> On 11/30/15 8:36 AM, Jan Beulich wrote: >> On 24.11.15 at 18:51, wrote: +mainmenu "Xen/$SRCARCH $XEN_FULLVERSION Configuration" + +config SRCARCH + string

Re: [Xen-devel] [PATCHv6] 02/28] build: build Kconfig and config rules

2015-12-01 Thread Jan Beulich
>>> On 30.11.15 at 18:53, wrote: > On 11/30/15 8:36 AM, Jan Beulich wrote: > On 24.11.15 at 18:51, wrote: >>> +mainmenu "Xen/$SRCARCH $XEN_FULLVERSION Configuration" >>> + >>> +config SRCARCH >>> + string >>> + option env="SRCARCH" >>> + >>> +config

Re: [Xen-devel] [PATCHv6] 02/28] build: build Kconfig and config rules

2015-11-30 Thread Doug Goldstein
On 11/30/15 8:36 AM, Jan Beulich wrote: On 24.11.15 at 18:51, wrote: >> --- a/.gitignore >> +++ b/.gitignore >> @@ -217,6 +217,11 @@ tools/xentrace/tbctl >> tools/xentrace/xenctx >> tools/xentrace/xentrace >> xen/.banner >> +xen/.config >> +xen/.config.old >>

Re: [Xen-devel] [PATCHv6] 02/28] build: build Kconfig and config rules

2015-11-30 Thread Jan Beulich
>>> On 24.11.15 at 18:51, wrote: > --- a/.gitignore > +++ b/.gitignore > @@ -217,6 +217,11 @@ tools/xentrace/tbctl > tools/xentrace/xenctx > tools/xentrace/xentrace > xen/.banner > +xen/.config > +xen/.config.old > +xen/defconfig > +xen/**/*.cmd > +xen/**/modules.order The

[Xen-devel] [PATCHv6] 02/28] build: build Kconfig and config rules

2015-11-24 Thread Doug Goldstein
Wire in the Kconfig build and makefile rules to be able to generate valid configuration files to be used by the build process but don't actually use the output for affecting the Xen build. CC: Ian Campbell CC: Stefano Stabellini CC: Keir