qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] target/m68k: Fix a few semihosting bugs
@ 2023-08-02 16:19 Keith Packard via
  2023-08-02 16:19 ` [PATCH 1/3] target/m68k: Pass semihosting arg to exit Keith Packard via
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Keith Packard via @ 2023-08-02 16:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Laurent Vivier

The first two patches mirror similar patches I recently sent for nios2.

 1. Use correct parameter for EXIT (d1 instead of d0)
 2. Fix use of deposit64 in LSEEK (argument order was incorrect)

The second patch has also been submitted by Peter Maydell, it's
included here because it was required to get things working.

The final patch adds semihosting support for non-ColdFire processors
(which don't support the HALT instruction) by using BKPT #0 instead
(as per the m68k semihosting docs).

All of these have been tested using picolibc (patches for m68k support
there are moving upstream as well).




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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-02 16:19 [PATCH 0/3] target/m68k: Fix a few semihosting bugs Keith Packard via
2023-08-02 16:19 ` [PATCH 1/3] target/m68k: Pass semihosting arg to exit Keith Packard via
2023-08-03 10:07   ` Peter Maydell
2023-08-02 16:19 ` [PATCH 2/3] target/m68k: Fix semihost lseek offset computation Keith Packard via
2023-08-02 16:19 ` [PATCH 3/3] target/m68k: Support semihosting on non-ColdFire targets Keith Packard via
2023-08-03 10:45   ` Peter Maydell
2023-08-03 10:06 ` [PATCH 0/3] target/m68k: Fix a few semihosting bugs Peter Maydell
2023-10-03 22:39 ` 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).