>>> 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 )
> {
>
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
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
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