Re: [Qemu-devel] [RFC PATCH 00/11] Clock framework API.

2016-08-01 Thread KONRAD Frederic
Le 29/07/2016 à 15:59, Peter Maydell a écrit : On 13 June 2016 at 17:27, wrote: From: KONRAD Frederic Hi, This is a first draft of the clock framework API it contains: * The first 5 patches which introduce the framework. * The 6th patch which introduces a fixed-clock model. * Th

Re: [Qemu-devel] [RFC PATCH 00/11] Clock framework API.

2016-07-29 Thread Peter Maydell
On 13 June 2016 at 17:27, wrote: > From: KONRAD Frederic > > Hi, > > This is a first draft of the clock framework API it contains: > > * The first 5 patches which introduce the framework. > * The 6th patch which introduces a fixed-clock model. > * The rest which gives an example how to mod

[Qemu-devel] [RFC PATCH 00/11] Clock framework API.

2016-06-13 Thread fred . konrad
From: KONRAD Frederic Hi, This is a first draft of the clock framework API it contains: * The first 5 patches which introduce the framework. * The 6th patch which introduces a fixed-clock model. * The rest which gives an example how to model a PLL from the existing zynqmp-crf extracte