Searched hist:"670581 f9" (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/rx/ |
H A D | rx62n.c | diff 670581f9 Thu Nov 09 17:42:37 GMT 2023 Kevin Wolf <kwolf@redhat.com> hw/rx/rx62n: 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> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20231109174240.72376-9-kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|