On 12:30 Mon 01 Feb , Peter Maydell wrote: [snip] > > Side note: there is currently no MAINTAINERS entry for the > clock framework. Any volunteers? It would cover > > F: include/hw/clock.h > F: include/hw/qdev-clock.h > F: hw/core/clock.c > F: hw/core/qdev-clock.c > F: docs/devel/clocks.rst
I'd love to get involved as a maintainer so I volunteer. And I think this part is reasonably small to get started. Do you have some guidelines? I found https://wiki.qemu.org/Contribute/SubmitAPullRequest on the QEMU wiki. Thanks. -- Luc > > thanks > -- PMM > > Peter Maydell (4): > clock: Add ClockEvent parameter to callbacks > clock: Add ClockPreUpdate callback event type > clock: Add clock_ns_to_ticks() function > hw/timer/npcm7xx_timer: Use new clock_ns_to_ticks() > > docs/devel/clocks.rst | 54 ++++++++++++++++++++++++++++++-- > include/hw/clock.h | 52 +++++++++++++++++++++++++++++- > hw/arm/armsse.c | 8 +++-- > hw/char/cadence_uart.c | 5 ++- > hw/char/ibex_uart.c | 5 ++- > hw/char/pl011.c | 5 ++- > hw/core/clock.c | 5 ++- > hw/misc/bcm2835_cprman.c | 20 +++++++++--- > hw/misc/npcm7xx_clk.c | 31 ++++++++++++++++-- > hw/misc/zynq_slcr.c | 6 +++- > hw/timer/cmsdk-apb-dualtimer.c | 5 ++- > hw/timer/cmsdk-apb-timer.c | 5 ++- > hw/timer/npcm7xx_timer.c | 4 +-- > hw/watchdog/cmsdk-apb-watchdog.c | 5 ++- > 14 files changed, 188 insertions(+), 22 deletions(-) > > -- > 2.20.1 > --