On 11 February 2013 14:38, Peter Maydell <peter.mayd...@linaro.org> wrote: > 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.
Another ping for review for qdev property arrays; if I don't see any review I shall assume it is entirely uncontroversial and stick it into arm-devs.next with the patches that need it :-) thanks -- PMM