qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] target/loongarch/meson: move gdbstub.c to loongarch.ss
@ 2024-01-02  2:01 Song Gao
  2024-01-02  2:02 ` [PATCH v2 2/2] target/loongarch: move translate modules to tcg/ Song Gao
  2024-01-02  9:46 ` [PATCH v2 1/2] target/loongarch/meson: move gdbstub.c to loongarch.ss Philippe Mathieu-Daudé
  0 siblings, 2 replies; 5+ messages in thread
From: Song Gao @ 2024-01-02  2:01 UTC (permalink / raw)
  To: qemu-devel
  Cc: richard.henderson, peter.maydell, philmd, alex.bennee, pbonzini,
	maobibo

gdbstub.c is not specific to TCG and can be used by
other accelerators, such as KVM accelerator

Suggested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Song Gao <gaosong@loongson.cn>
---
 target/loongarch/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/loongarch/meson.build b/target/loongarch/meson.build
index 18e8191e2b..b3a0fb12fb 100644
--- a/target/loongarch/meson.build
+++ b/target/loongarch/meson.build
@@ -3,6 +3,7 @@ gen = decodetree.process('insns.decode')
 loongarch_ss = ss.source_set()
 loongarch_ss.add(files(
   'cpu.c',
+  'gdbstub.c',
 ))
 loongarch_tcg_ss = ss.source_set()
 loongarch_tcg_ss.add(gen)
@@ -10,7 +11,6 @@ loongarch_tcg_ss.add(files(
   'fpu_helper.c',
   'op_helper.c',
   'translate.c',
-  'gdbstub.c',
   'vec_helper.c',
 ))
 loongarch_tcg_ss.add(zlib)
-- 
2.25.1



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

end of thread, other threads:[~2024-01-02 12:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-02  2:01 [PATCH v2 1/2] target/loongarch/meson: move gdbstub.c to loongarch.ss Song Gao
2024-01-02  2:02 ` [PATCH v2 2/2] target/loongarch: move translate modules to tcg/ Song Gao
2024-01-02  9:45   ` Philippe Mathieu-Daudé
2024-01-02  9:46 ` [PATCH v2 1/2] target/loongarch/meson: move gdbstub.c to loongarch.ss Philippe Mathieu-Daudé
2024-01-02 12:05   ` gaosong

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).