Re: [Qemu-devel] [PATCH V2 04/10] qemu-clk: introduce an init array to help the device construction

2017-02-06 Thread Cédric Le Goater
On 01/26/2017 10:47 AM, fred.kon...@greensocs.com wrote: > From: KONRAD Frederic > > This introduces a clock init array to ease the clock tree construction. I think this belongs to the zynqmp-crf model. Thanks, C. > > Signed-off-by: KONRAD Frederic

[Qemu-devel] [PATCH V2 04/10] qemu-clk: introduce an init array to help the device construction

2017-01-26 Thread fred . konrad
From: KONRAD Frederic This introduces a clock init array to ease the clock tree construction. Signed-off-by: KONRAD Frederic --- include/qemu/qemu-clock.h | 23 +++ qemu-clock.c | 17 + 2