OSDN Git Service

hw/arm/sbsa-ref: Use qdev_prop_set_array()
authorKevin Wolf <kwolf@redhat.com>
Thu, 9 Nov 2023 17:42:33 +0000 (18:42 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 10 Nov 2023 17:19:13 +0000 (18:19 +0100)
commitd210fa2f055bc1528cfb32c1b644cebbe36ff220
treec86e4e01e115f4c316d66eeeab6c8ca7d1a3296a
parent80e09151c202d5a5b740cf1b25ea59fac342f879
hw/arm/sbsa-ref: Use qdev_prop_set_array()

Instead of manually setting "foo-len" and "foo[i]" properties, build a
QList and use the new qdev_prop_set_array() helper to set the whole
array property with a single call.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-ID: <20231109174240.72376-5-kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/arm/sbsa-ref.c