[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 08/11] hw/arm/xlnx-versal: Use qdev_prop_set_array()
From: |
Peter Maydell |
Subject: |
Re: [PATCH 08/11] hw/arm/xlnx-versal: Use qdev_prop_set_array() |
Date: |
Mon, 11 Sep 2023 16:49:30 +0100 |
On Fri, 8 Sept 2023 at 15:37, Kevin Wolf <kwolf@redhat.com> wrote:
>
> 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>
thanks
-- PMM
- Re: [PATCH 11/11] qdev: Rework array properties based on list visitor, (continued)