On 4 February 2013 13:44, Peter Maydell <peter.mayd...@linaro.org> wrote:
> Add support for declaring array properties for qdev devices.
> These work by defining an initial static property 'len-arrayname'
> which the user of the device should set to the desired size
> of the array. When this property is set, memory is allocated
> for the array elements, and dynamic properties "arrayname[0]",
> "arrayname[1]"... are created so the user of the device can
> then set the values of the individual array elements.
>
> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>

Just a ping to try to elicit opinions on the array properties
here. Patchwork URL http://patchwork.ozlabs.org/patch/217964/
for those I just added to the CC list.

thanks
-- PMM

Reply via email to