qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 00/10] vexpress: implement more SYS_CFG regis


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2 00/10] vexpress: implement more SYS_CFG registers (feat. qdev property arrays)
Date: Mon, 11 Mar 2013 10:55:46 +0000

On 25 February 2013 16:44, Peter Maydell <address@hidden> wrote:
> This patchset fixes a number of warnings produced by Linux 3.8
> on the vexpress boards resulting from newer kernels prodding
> more of the SYS_CFG register operations.
>
> Since some of the newly implemented functions expose voltage
> and oscillator settings which vary in number and value between
> vexpress daughterboards, these are exposed as qdev properties.
> The patchset therefore includes implementation of support for
> (variable length) qdev array properties. These work by
> initially exposing a "len-arrayname" property; when the device
> user sets this property to the desired array length, a further
> set of dynamic "arrayname[0]", "arrayname[1]", etc properties
> are created so the array elements can be set.
>
> Patches 1-5 are some preliminary cleanup and implementation of
> bits of SYS_CFG that don't require the property arrays.
> Patch 6 implements the arrays themselves.
> Patches 7,8 and 9,10 are paired patches which each add an array
> property to to the arm_sysctl code and then use it.
>
> Since I got zero review on the idea of qdev properties this
> feature is going to go in via arm-devs with the rest of this
> series...

Still no review, so applied all to arm-devs.next.

-- PMM



reply via email to

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