Re: [Xen-devel] [PATCHv6] 27/28] build: convert CONFIG_COMPAT to Kconfig

2015-12-03 Thread Jan Beulich
>>> On 03.12.15 at 13:52, wrote: > On 11/30/15 9:18 AM, Jan Beulich wrote: > On 24.11.15 at 18:52, wrote: >>> --- >>> xen/arch/x86/Kconfig | 7 +++ >>> 1 file changed, 7 insertions(+) >> >> This can't be complete - you ought to be deleting the current definition. > > I don't understand

Re: [Xen-devel] [PATCHv6] 27/28] build: convert CONFIG_COMPAT to Kconfig

2015-12-03 Thread Doug Goldstein
On 11/30/15 9:18 AM, Jan Beulich wrote: On 24.11.15 at 18:52, wrote: >> --- >> xen/arch/x86/Kconfig | 7 +++ >> 1 file changed, 7 insertions(+) > > This can't be complete - you ought to be deleting the current definition. I don't understand? > >> --- a/xen/arch/x86/Kconfig >> +++ b/x

Re: [Xen-devel] [PATCHv6] 27/28] build: convert CONFIG_COMPAT to Kconfig

2015-11-30 Thread Jan Beulich
>>> On 24.11.15 at 18:52, wrote: > --- > xen/arch/x86/Kconfig | 7 +++ > 1 file changed, 7 insertions(+) This can't be complete - you ought to be deleting the current definition. > --- a/xen/arch/x86/Kconfig > +++ b/xen/arch/x86/Kconfig > @@ -25,6 +25,13 @@ config ARCH_DEFCONFIG > > menu

[Xen-devel] [PATCHv6] 27/28] build: convert CONFIG_COMPAT to Kconfig

2015-11-24 Thread Doug Goldstein
Use the Kconfig generated CONFIG_COMPAT defines in the code base. CC: Keir Fraser CC: Jan Beulich CC: Andrew Cooper Signed-off-by: Doug Goldstein Acked-by: Andrew Cooper Tested-by: Andrew Cooper --- xen/arch/x86/Kconfig | 7 +++ 1 file changed, 7 insertions(+) diff --git a/xen/arch/x86