Re: [PATCH 01/44] clock: Add ClockEvent parameter to callbacks

2021-03-03 Thread Richard Henderson
On 2/19/21 6:45 AM, Peter Maydell wrote: The Clock framework allows users to specify a callback which is called after the clock's period has been updated. Some users need to also have a callback which is called before the clock period is updated. As the first step in adding support for notifyin

[PATCH 01/44] clock: Add ClockEvent parameter to callbacks

2021-02-19 Thread Peter Maydell
The Clock framework allows users to specify a callback which is called after the clock's period has been updated. Some users need to also have a callback which is called before the clock period is updated. As the first step in adding support for notifying Clock users on pre-update events, add an