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

2020-08-14 Thread Andrew Jones
On Thu, Aug 13, 2020 at 01:02:43PM -0700, Richard Henderson wrote: > The interface for object_property_add_bool is simpler, > making the code easier to understand. > > Signed-off-by: Richard Henderson > --- > target/arm/cpu64.c | 24 ++-- > 1 file changed, 10 insertions(+), 1

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

2020-08-13 Thread Richard Henderson
The interface for object_property_add_bool is simpler, making the code easier to understand. 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/target/arm/cpu64.c index 022786