[PATCH 0/3] target/loongarch: Add CPUTimerState structure

Bibo Mao posted 3 patches 2 weeks, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260907024012.2992255-1-maobibo@loongson.cn
Maintainers: Song Gao <17746591750@163.com>, Bibo Mao <maobibo@loongson.cn>, Xianglai Li <lixianglai@loongson.cn>
There is a newer version of this series
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%)
[PATCH 0/3] target/loongarch: Add CPUTimerState structure
Posted by Bibo Mao 2 weeks, 5 days ago
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