Re: [Xen-devel] [PATCH 2/2] xen: convert XSM_ENABLE to Kconfig

2016-01-04 Thread Daniel De Graaf
On 04/01/16 15:33, Doug Goldstein wrote: On 1/4/16 2:01 PM, Daniel De Graaf wrote: On 22/12/15 16:26, Doug Goldstein wrote: Converts the existing XSM_ENABLE flag from Config.mk to CONFIG_XSM within Kconfig. This also re-adds the dependency of CONFIG_FLASK on CONFIG_XSM. CC: Keir Fraser CC: Ja

Re: [Xen-devel] [PATCH 2/2] xen: convert XSM_ENABLE to Kconfig

2016-01-04 Thread Doug Goldstein
On 1/4/16 2:01 PM, Daniel De Graaf wrote: > On 22/12/15 16:26, Doug Goldstein wrote: >> Converts the existing XSM_ENABLE flag from Config.mk to CONFIG_XSM >> within Kconfig. This also re-adds the dependency of CONFIG_FLASK on >> CONFIG_XSM. >> >> CC: Keir Fraser >> CC: Jan Beulich >> CC: Andrew C

Re: [Xen-devel] [PATCH 2/2] xen: convert XSM_ENABLE to Kconfig

2016-01-04 Thread Daniel De Graaf
On 22/12/15 16:26, Doug Goldstein wrote: Converts the existing XSM_ENABLE flag from Config.mk to CONFIG_XSM within Kconfig. This also re-adds the dependency of CONFIG_FLASK on CONFIG_XSM. CC: Keir Fraser CC: Jan Beulich CC: Andrew Cooper Signed-off-by: Doug Goldstein The dependencies for L

Re: [Xen-devel] [PATCH 2/2] xen: convert XSM_ENABLE to Kconfig

2015-12-22 Thread Andrew Cooper
On 22/12/2015 21:26, Doug Goldstein wrote: > diff --git a/INSTALL b/INSTALL > index c51447b..3d2e86a 100644 > --- a/INSTALL > +++ b/INSTALL > @@ -275,14 +275,10 @@ Building the python tools may fail unless certain > options are passed to > setup.py. Config.mk contains additional info how to use t

[Xen-devel] [PATCH 2/2] xen: convert XSM_ENABLE to Kconfig

2015-12-22 Thread Doug Goldstein
Converts the existing XSM_ENABLE flag from Config.mk to CONFIG_XSM within Kconfig. This also re-adds the dependency of CONFIG_FLASK on CONFIG_XSM. CC: Daniel De Graaf CC: Keir Fraser CC: Jan Beulich CC: Andrew Cooper Signed-off-by: Doug Goldstein --- Config.mk| 3 --- IN