Re: [Xen-devel] [PATCH v3 10/28] xen/x86: Generate deep dependencies of features

2016-03-21 Thread Jan Beulich
>>> On 15.03.16 at 16:35, wrote: > @@ -18,12 +19,34 @@ uint32_t __read_mostly hvm_featureset[FSCAPINTS]; > > static void __init sanitise_featureset(uint32_t *fs) > { > +uint32_t disabled_features[FSCAPINTS]; > unsigned int i; > > for ( i = 0; i < FSCAPINTS; ++i ) > { >

Re: [Xen-devel] [PATCH v3 10/28] xen/x86: Generate deep dependencies of features

2016-03-19 Thread Konrad Rzeszutek Wilk
On Tue, Mar 15, 2016 at 03:35:06PM +, Andrew Cooper wrote: > Some features depend on other features. Working out and maintaining the exact > dependency tree is complicated, so it is expressed in the automatic generation > script, and flattened for faster runtime use. > > Signed-off-by: Andrew

Re: [Xen-devel] [PATCH v3 10/28] xen/x86: Generate deep dependencies of features

2016-03-19 Thread Konrad Rzeszutek Wilk
On Thu, Mar 17, 2016 at 08:14:52PM +, Andrew Cooper wrote: > On 17/03/16 19:45, Konrad Rzeszutek Wilk wrote: > > On Tue, Mar 15, 2016 at 03:35:06PM +, Andrew Cooper wrote: > >> Some features depend on other features. Working out and maintaining the > >> exact > >> dependency tree is compl

Re: [Xen-devel] [PATCH v3 10/28] xen/x86: Generate deep dependencies of features

2016-03-19 Thread Andrew Cooper
On 17/03/16 19:45, Konrad Rzeszutek Wilk wrote: > On Tue, Mar 15, 2016 at 03:35:06PM +, Andrew Cooper wrote: >> Some features depend on other features. Working out and maintaining the >> exact >> dependency tree is complicated, so it is expressed in the automatic >> generation >> script, and