This patch set rename function name and filename constant_timer_xxx
with timer_xxx, also timer object structure CPUTimerState is added,
so that multiple timer objects can be easily added.

Bibo Mao (3):
  target/loongarch: Rename function name constant_timer with timer
  target/loongarch: Rename filename constant_timer.c with timer.c
  target/loongarch: Add CPUTimerState structure

 target/loongarch/cpu.c                        | 10 +++++--
 target/loongarch/cpu.h                        | 14 ++++++++-
 target/loongarch/internals.h                  |  9 +++---
 target/loongarch/tcg/csr_helper.c             |  7 ++---
 target/loongarch/tcg/meson.build              |  2 +-
 target/loongarch/tcg/op_helper.c              |  3 +-
 .../tcg/{constant_timer.c => timer.c}         | 30 ++++++++-----------
 7 files changed, 42 insertions(+), 33 deletions(-)
 rename target/loongarch/tcg/{constant_timer.c => timer.c} (65%)


base-commit: ff1d2d19d7e24893e2012d879f8e73077e17b9bd
-- 
2.54.0


Reply via email to