qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] target/m68k: Support semihosting on non-ColdFire targets
@ 2023-10-03 22:36 Richard Henderson
  2023-10-03 22:36 ` [PATCH v2 1/2] target/m68k: Perform the semihosting test during translate Richard Henderson
  2023-10-03 22:36 ` [PATCH v2 2/2] target/m68k: Support semihosting on non-ColdFire targets Richard Henderson
  0 siblings, 2 replies; 3+ messages in thread
From: Richard Henderson @ 2023-10-03 22:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: keithp, laurent

Hi Keith,

Sorry this has languished for a few months.  I wasn't happy with
the frobbing done by EXCP_HALT_INSN, and less keen to replicate
it with EXCP_BKPT_INSN, so I've re-organized a bit.

So far only compile-tested.  I guess gcc testing with m68k-elf
might exercise libgloss and thence semihosting?


r~


Richard Henderson (2):
  target/m68k: Perform the semihosting test during translate
  target/m68k: Support semihosting on non-ColdFire targets

 target/m68k/cpu.h       |  2 +-
 target/m68k/op_helper.c | 14 ++----------
 target/m68k/translate.c | 50 +++++++++++++++++++++++++++++++++++++----
 3 files changed, 49 insertions(+), 17 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2023-10-03 22:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03 22:36 [PATCH v2 0/2] target/m68k: Support semihosting on non-ColdFire targets Richard Henderson
2023-10-03 22:36 ` [PATCH v2 1/2] target/m68k: Perform the semihosting test during translate Richard Henderson
2023-10-03 22:36 ` [PATCH v2 2/2] target/m68k: Support semihosting on non-ColdFire targets 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).