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, 11 Feb 2013 14:38:43 +0000

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.

thanks
-- PMM



reply via email to

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