qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] target/loongarch: Move TCG specified functions to tcg_cpu.c
@ 2025-09-22  7:33 Bibo Mao
  2025-09-22  7:33 ` [PATCH 1/5] " Bibo Mao
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Bibo Mao @ 2025-09-22  7:33 UTC (permalink / raw)
  To: Song Gao; +Cc: Jiaxun Yang, qemu-devel

Some functions defined in file target/loongarch/cpu.c are TCG specified,
new file target/loongarch/tcg/tcg_cpu.c is created here and move TCG
specified functions to new file.

Bibo Mao (5):
  target/loongarch: Move TCG specified functions to tcg_cpu.c
  target/loongarch: Set function loongarch_cpu_has_work() as public
  target/loongarch: Set file tcg_cpu.c separate from cpu.c
  target/loongarch: Move function do_raise_exception() to tcg_cpu.c
  target/loongarch: Define loongarch_exception_name() as static

 target/loongarch/cpu.c               | 318 +-------------------------
 target/loongarch/cpu.h               |   3 +
 target/loongarch/internals.h         |   2 -
 target/loongarch/tcg/meson.build     |   1 +
 target/loongarch/tcg/tcg_cpu.c       | 322 +++++++++++++++++++++++++++
 target/loongarch/tcg/tcg_loongarch.h |   1 +
 6 files changed, 329 insertions(+), 318 deletions(-)
 create mode 100644 target/loongarch/tcg/tcg_cpu.c


base-commit: ab8008b231e758e03c87c1c483c03afdd9c02e19
-- 
2.39.3



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-09-23  2:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-22  7:33 [PATCH 0/5] target/loongarch: Move TCG specified functions to tcg_cpu.c Bibo Mao
2025-09-22  7:33 ` [PATCH 1/5] " Bibo Mao
2025-09-22  7:33 ` [PATCH 2/5] target/loongarch: Set function loongarch_cpu_has_work() as public Bibo Mao
2025-09-22 14:27   ` Richard Henderson
2025-09-22  7:33 ` [PATCH 3/5] target/loongarch: Set file tcg_cpu.c separate from cpu.c Bibo Mao
2025-09-22 14:29   ` Richard Henderson
2025-09-23  2:41     ` Bibo Mao
2025-09-22  7:33 ` [PATCH 4/5] target/loongarch: Move function do_raise_exception() to tcg_cpu.c Bibo Mao
2025-09-22 14:32   ` Richard Henderson
2025-09-22  7:34 ` [PATCH 5/5] target/loongarch: Define loongarch_exception_name() as static Bibo Mao
2025-09-22 14:32   ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).