qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] target/arm: Always build Aarch64 gdbstub helpers
@ 2024-06-19 12:49 Philippe Mathieu-Daudé
  2024-06-19 12:49 ` [PATCH 1/2] target/arm: Merge gdbstub64.c within gdbstub.c Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-06-19 12:49 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Gustavo Romero, qemu-arm, Anton Johansson,
	Philippe =?unknown-8bit?q?Mathieu-Daud=C3=A9?=

Merge gdbstub64.c in gdbstub.c and remove uses of
target specific TARGET_AARCH64 definition.
Small step toward single ARM/Aarch64 binary.

Philippe Mathieu-Daudé (2):
  target/arm: Merge gdbstub64.c within gdbstub.c
  target/arm: Always build Aarch64 gdbstub helpers

 target/arm/cpu.h       |   8 +-
 target/arm/internals.h |   2 -
 target/arm/gdbstub.c   | 363 +++++++++++++++++++++++++++++++++++++-
 target/arm/gdbstub64.c | 383 -----------------------------------------
 target/arm/meson.build |   1 -
 5 files changed, 364 insertions(+), 393 deletions(-)
 delete mode 100644 target/arm/gdbstub64.c

-- 
2.41.0



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

end of thread, other threads:[~2024-07-04 18:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-19 12:49 [PATCH 0/2] target/arm: Always build Aarch64 gdbstub helpers Philippe Mathieu-Daudé
2024-06-19 12:49 ` [PATCH 1/2] target/arm: Merge gdbstub64.c within gdbstub.c Philippe Mathieu-Daudé
2024-06-19 12:49 ` [PATCH 2/2] target/arm: Always build Aarch64 gdbstub helpers Philippe Mathieu-Daudé
2024-06-28  6:19 ` [PATCH 0/2] " Philippe Mathieu-Daudé
2024-06-28 14:31 ` Richard Henderson
2024-06-28 16:37   ` Philippe Mathieu-Daudé
2024-06-28 16:50     ` Richard Henderson
2024-07-04 15:01       ` Peter Maydell
2024-07-04 18:24         ` 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).