All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Yoshinori Sato" <yoshinori.sato@nifty.com>,
	"Richard Henderson" <richard.henderson@linaro.org>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: [PATCH 0/3] target/sh4: Re-allow unaligned access on system emulation
Date: Wed, 13 May 2026 08:54:34 +0200	[thread overview]
Message-ID: <20260513065438.8680-1-philmd@linaro.org> (raw)

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



             reply	other threads:[~2026-05-13  6:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-13  6:54 Philippe Mathieu-Daudé [this message]
2026-05-13  6:54 ` [PATCH 1/3] target/sh4: Re-allow unaligned access on system emulation 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é

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260513065438.8680-1-philmd@linaro.org \
    --to=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=yoshinori.sato@nifty.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.