Failed in applying to current master (
apply log)
MAINTAINERS | 3 +
include/hw/hexagon/hexagon.h | 1 +
include/hw/hexagon/hexagon_globalreg.h | 4 +
include/hw/timer/qct-qtimer.h | 78 ++++
hw/hexagon/hexagon_dsp.c | 14 +
hw/hexagon/hexagon_globalreg.c | 17 +-
hw/hexagon/virt.c | 16 +
hw/timer/qct-qtimer.c | 613 +++++++++++++++++++++++++
tests/qtest/qct-qtimer-test.c | 213 +++++++++
hw/hexagon/Kconfig | 1 +
hw/timer/Kconfig | 3 +
hw/timer/meson.build | 2 +
hw/timer/trace-events | 5 +
tests/qtest/meson.build | 2 +-
14 files changed, 969 insertions(+), 3 deletions(-)
create mode 100644 include/hw/timer/qct-qtimer.h
create mode 100644 hw/timer/qct-qtimer.c
create mode 100644 tests/qtest/qct-qtimer-test.c