All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] target/m68k: semihosting cleanup
@ 2022-06-07 22:26 Richard Henderson
  2022-06-07 22:26 ` [PATCH v4 1/3] target/m68k: Eliminate m68k_semi_is_fseek Richard Henderson
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Richard Henderson @ 2022-06-07 22:26 UTC (permalink / raw)
  To: qemu-devel; +Cc: laurent

Based-on: <20220607204557.658541-1-richard.henderson@linaro.org>
("[PATCH v4 00/53] semihosting cleanup")

Changes for v4:
  * Split out of v2.
  * Convert host errno to gdb errno, which for m68k is guest errno.


r~


Richard Henderson (3):
  target/m68k: Eliminate m68k_semi_is_fseek
  target/m68k: Make semihosting system only
  target/m68k: Use semihosting/syscalls.h

 linux-user/m68k/cpu_loop.c |   5 -
 target/m68k/m68k-semi.c    | 375 +++++++++----------------------------
 target/m68k/meson.build    |   6 +-
 3 files changed, 92 insertions(+), 294 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2022-06-08 21:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07 22:26 [PATCH v4 0/3] target/m68k: semihosting cleanup Richard Henderson
2022-06-07 22:26 ` [PATCH v4 1/3] target/m68k: Eliminate m68k_semi_is_fseek Richard Henderson
2022-06-08  9:25   ` Laurent Vivier
2022-06-07 22:26 ` [PATCH v4 2/3] target/m68k: Make semihosting system only Richard Henderson
2022-06-08  9:29   ` Laurent Vivier
2022-06-07 22:26 ` [PATCH v4 3/3] target/m68k: Use semihosting/syscalls.h Richard Henderson
2022-06-08  9:31   ` Laurent Vivier
2022-06-08  9:36 ` [PATCH v4 0/3] target/m68k: semihosting cleanup Laurent Vivier
2022-06-08 14:53   ` Richard Henderson
2022-06-08 18:08     ` Laurent Vivier
2022-06-08 19:05       ` Richard Henderson
2022-06-08 20:36         ` Richard Henderson
2022-06-08 21:51         ` Laurent Vivier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.