Re: [PATCH v5 15/18] hw/timer: Add QCT QTimer device model
Pierrick Bouvier <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On 8/5/2026 9:27 PM, Brian Cain wrote: > Implement the QCT QTimer generic timer device used by Hexagon DSP > systems. > > Co-authored-by: Damien Hedde <[email protected]> > Co-authored-by: Tobias Röhmel <[email protected]> > Co-authored-by: Sid Manning <[email protected]> > Co-authored-by: Thomas Marceron <[email protected]> > Co-authored-by: Mahmoud Kamel <[email protected]> > Signed-off-by: Brian Cain <[email protected]> > --- > MAINTAINERS | 2 + > include/hw/timer/qct-qtimer.h | 43 +++ > hw/timer/qct-qtimer.c | 667 ++++++++++++++++++++++++++++++++++ > hw/timer/Kconfig | 3 + > hw/timer/meson.build | 2 + > hw/timer/trace-events | 5 + > 6 files changed, 722 insertions(+) > create mode 100644 include/hw/timer/qct-qtimer.h > create mode 100644 hw/timer/qct-qtimer.c > Reviewed-by: Pierrick Bouvier <[email protected]>