Re: [Xen-devel] [PATCH] build: convert CONFIG_COMPAT to Kconfig

2016-01-04 Thread Ian Campbell
On Mon, 2015-12-21 at 04:32 -0700, Jan Beulich wrote: > > > > On 18.12.15 at 23:09, wrote: > > On 18/12/2015 21:49, Doug Goldstein wrote: > > > On 12/18/15 3:35 PM, Andrew Cooper wrote: > > > > On 18/12/2015 20:06, Doug Goldstein wrote: > > > > > Use the Kconfig generated CONFIG_COMPAT defines in

Re: [Xen-devel] [PATCH] build: convert CONFIG_COMPAT to Kconfig

2015-12-21 Thread Jan Beulich
>>> On 18.12.15 at 23:09, wrote: > On 18/12/2015 21:49, Doug Goldstein wrote: >> On 12/18/15 3:35 PM, Andrew Cooper wrote: >>> On 18/12/2015 20:06, Doug Goldstein wrote: Use the Kconfig generated CONFIG_COMPAT defines in the code base. CC: Keir Fraser CC: Jan Beulich CC:

Re: [Xen-devel] [PATCH] build: convert CONFIG_COMPAT to Kconfig

2015-12-20 Thread Andrew Cooper
On 20/12/15 13:42, Doug Goldstein wrote: > On 12/18/15 4:09 PM, Andrew Cooper wrote: >> On 18/12/2015 21:49, Doug Goldstein wrote: >>> On 12/18/15 3:35 PM, Andrew Cooper wrote: On 18/12/2015 20:06, Doug Goldstein wrote: > Use the Kconfig generated CONFIG_COMPAT defines in the code base. >>

Re: [Xen-devel] [PATCH] build: convert CONFIG_COMPAT to Kconfig

2015-12-20 Thread Doug Goldstein
On 12/18/15 4:09 PM, Andrew Cooper wrote: > On 18/12/2015 21:49, Doug Goldstein wrote: >> On 12/18/15 3:35 PM, Andrew Cooper wrote: >>> On 18/12/2015 20:06, Doug Goldstein wrote: Use the Kconfig generated CONFIG_COMPAT defines in the code base. CC: Keir Fraser CC: Jan Beulich

Re: [Xen-devel] [PATCH] build: convert CONFIG_COMPAT to Kconfig

2015-12-18 Thread Andrew Cooper
On 18/12/2015 21:49, Doug Goldstein wrote: > On 12/18/15 3:35 PM, Andrew Cooper wrote: >> On 18/12/2015 20:06, Doug Goldstein wrote: >>> Use the Kconfig generated CONFIG_COMPAT defines in the code base. >>> >>> CC: Keir Fraser >>> CC: Jan Beulich >>> CC: Andrew Cooper >>> Signed-off-by: Doug Gol

Re: [Xen-devel] [PATCH] build: convert CONFIG_COMPAT to Kconfig

2015-12-18 Thread Doug Goldstein
On 12/18/15 3:35 PM, Andrew Cooper wrote: > On 18/12/2015 20:06, Doug Goldstein wrote: >> 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 > > Reviewed-by: Andrew Cooper , although I

Re: [Xen-devel] [PATCH] build: convert CONFIG_COMPAT to Kconfig

2015-12-18 Thread Andrew Cooper
On 18/12/2015 20:06, Doug Goldstein wrote: > 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 Reviewed-by: Andrew Cooper , although I have a slight quibble. > --- > This was previously A

[Xen-devel] [PATCH] build: convert CONFIG_COMPAT to Kconfig

2015-12-18 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 --- This was previously Acked-by: Jan Beulich but then there was a request to change it to xen/common/Kconfig from xen/arch/x86/Kconfig. Unfortunat

[Xen-devel] [PATCH] build: convert CONFIG_COMPAT to Kconfig

2015-12-17 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: Jan Beulich --- config/x86_64.mk | 1 - xen/arch/x86/Kconfig | 1 + xen/common/Kconfig | 7 +++ 3 files changed, 8 insertions(

Re: [Xen-devel] [PATCH] build: convert CONFIG_COMPAT to Kconfig

2015-12-16 Thread Jan Beulich
>>> On 16.12.15 at 13:00, wrote: > 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 > --- > config/x86_64.mk | 1 - > xen/arch/x86/Kconfig | 1 + > xen/common/Kconfig | 7 +++

Re: [Xen-devel] [PATCH] build: convert CONFIG_COMPAT to Kconfig

2015-12-16 Thread Jan Beulich
>>> On 16.12.15 at 13:00, wrote: > 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: Jan Beulich ___ Xen-devel mailing list Xen

[Xen-devel] [PATCH] build: convert CONFIG_COMPAT to Kconfig

2015-12-16 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 --- config/x86_64.mk | 1 - xen/arch/x86/Kconfig | 1 + xen/common/Kconfig | 7 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff