Re: [RFC PATCH 4/5] tests/arm-cpu-features: Check feature default values

2019-10-09 Thread Richard Henderson
On 10/7/19 1:06 PM, Andrew Jones wrote: > If we know what the default value should be then we can test for > that as well as the feature existence. > > Signed-off-by: Andrew Jones > --- > tests/arm-cpu-features.c | 44 > 1 file changed, 35 insertions(+),

[RFC PATCH 4/5] tests/arm-cpu-features: Check feature default values

2019-10-07 Thread Andrew Jones
If we know what the default value should be then we can test for that as well as the feature existence. Signed-off-by: Andrew Jones --- tests/arm-cpu-features.c | 44 1 file changed, 35 insertions(+), 9 deletions(-) diff --git a/tests/arm-cpu-features.c