Re: [PATCH v4 3/3] target/arm: Use object_property_add_bool for "sve" property

2020-12-16 Thread Philippe Mathieu-Daudé
On 12/16/20 11:12 PM, Richard Henderson wrote: > The interface for object_property_add_bool is simpler, > making the code easier to understand. > > Reviewed-by: Andrew Jones > Signed-off-by: Richard Henderson > --- > target/arm/cpu64.c | 24 ++-- > 1 file changed, 10 inserti

[PATCH v4 3/3] target/arm: Use object_property_add_bool for "sve" property

2020-12-16 Thread Richard Henderson
The interface for object_property_add_bool is simpler, making the code easier to understand. Reviewed-by: Andrew Jones Signed-off-by: Richard Henderson --- target/arm/cpu64.c | 24 ++-- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/target/arm/cpu64.c b/targ