qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] target/m68k: implement unaligned accesses for m68k CPUs
@ 2024-06-23 11:57 Mark Cave-Ayland
  2024-06-23 11:57 ` [PATCH 1/2] target/m68k: implement do_unaligned_access callback " Mark Cave-Ayland
  2024-06-23 11:57 ` [PATCH 2/2] target/m68k: pass alignment into TCG memory load/store routines Mark Cave-Ayland
  0 siblings, 2 replies; 11+ messages in thread
From: Mark Cave-Ayland @ 2024-06-23 11:57 UTC (permalink / raw)
  To: qemu-devel, laurent

This series implements unaligned accesses for early m68k CPUs that do not
support word/long accesses at byte granularity. Patch 1 implements the
do_unaligned_access function for m68k CPUs, whilst patch 2 is based upon a
prototype patch developed by Laurent as part of Gitlab Issue #2165.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2165


Mark Cave-Ayland (2):
  target/m68k: implement do_unaligned_access callback for m68k CPUs
  target/m68k: pass alignment into TCG memory load/store routines

 target/m68k/cpu.c       |  1 +
 target/m68k/cpu.h       |  4 ++++
 target/m68k/op_helper.c | 11 +++++++++++
 target/m68k/translate.c | 18 +++++++++++++++---
 4 files changed, 31 insertions(+), 3 deletions(-)

-- 
2.39.2



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

end of thread, other threads:[~2024-06-24  9:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-23 11:57 [PATCH 0/2] target/m68k: implement unaligned accesses for m68k CPUs Mark Cave-Ayland
2024-06-23 11:57 ` [PATCH 1/2] target/m68k: implement do_unaligned_access callback " Mark Cave-Ayland
2024-06-23 15:11   ` BALATON Zoltan
2024-06-24  5:41     ` Mark Cave-Ayland
2024-06-23 19:47   ` Richard Henderson
2024-06-24  5:55     ` Mark Cave-Ayland
2024-06-23 11:57 ` [PATCH 2/2] target/m68k: pass alignment into TCG memory load/store routines Mark Cave-Ayland
2024-06-23 15:23   ` BALATON Zoltan
2024-06-23 19:56     ` Richard Henderson
2024-06-24  5:44     ` Mark Cave-Ayland
2024-06-24  9:29       ` BALATON Zoltan

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