Re: [Qemu-devel] [PATCH v5 1/9] hw/core/clock-port: introduce clock port objects

2018-10-02 Thread Philippe Mathieu-Daudé
On 10/2/18 4:24 PM, Damien Hedde wrote: > Introduce clock port objects: ClockIn and ClockOut. > > Theses ports may be used to distribute a clock from a object to several > other objects. The ClockIn object contains the current state of the > clock: the frequency. > > A ClockIn may be connected to

[Qemu-devel] [PATCH v5 1/9] hw/core/clock-port: introduce clock port objects

2018-10-02 Thread Damien Hedde
Introduce clock port objects: ClockIn and ClockOut. Theses ports may be used to distribute a clock from a object to several other objects. The ClockIn object contains the current state of the clock: the frequency. A ClockIn may be connected to a ClockOut so that it receives update, through the ca