All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] target/sh4: Re-allow unaligned access on system emulation
@ 2026-05-13  6:54 Philippe Mathieu-Daudé
  2026-05-13  6:54 ` [PATCH 1/3] " Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-05-13  6:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: Yoshinori Sato, Richard Henderson, Philippe Mathieu-Daudé

Restore unaligned behavior on system mode,
hold alignment in DisasContext.

Philippe Mathieu-Daudé (3):
  target/sh4: Re-allow unaligned access on system emulation
  target/sh4: Hold alignment as DisasContext::mo_align
  target/sh4: Inline UNALIGN() macro

 target/sh4/translate.c | 38 ++++++++++++++++++++------------------
 1 file changed, 20 insertions(+), 18 deletions(-)

-- 
2.53.0



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

end of thread, other threads:[~2026-05-14  3:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-13  6:54 [PATCH 0/3] target/sh4: Re-allow unaligned access on system emulation Philippe Mathieu-Daudé
2026-05-13  6:54 ` [PATCH 1/3] " Philippe Mathieu-Daudé
2026-05-13 18:24   ` Richard Henderson
2026-05-13 18:34     ` Guenter Roeck
2026-05-14  3:11       ` yoshinori.sato
2026-05-13  6:54 ` [PATCH 2/3] target/sh4: Hold alignment as DisasContext::mo_align Philippe Mathieu-Daudé
2026-05-13  6:54 ` [PATCH 3/3] target/sh4: Inline UNALIGN() macro Philippe Mathieu-Daudé

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.