OSDN Git Service

target/arm: Use object_property_add_bool for "sve" property
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 11 Jan 2021 23:57:40 +0000 (13:57 -1000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 19 Jan 2021 14:38:51 +0000 (14:38 +0000)
commit8073b871870538dc472e7a7f95cb8b53e81485b1
treee95de790efdc79c6c5a40dc239d2e8b496bff034
parenteb94284d0812b4e7c11c5d075b584100ac1c1b9a
target/arm: Use object_property_add_bool for "sve" property

The interface for object_property_add_bool is simpler,
making the code easier to understand.

Reviewed-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210111235740.462469-4-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu64.c