qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 06/10] qdev: Implement (variable length) array p


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 06/10] qdev: Implement (variable length) array properties
Date: Mon, 18 Feb 2013 10:30:45 +0000

On 11 February 2013 14:38, Peter Maydell <address@hidden> wrote:
> On 4 February 2013 13:44, Peter Maydell <address@hidden> 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 <address@hidden>
>
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]