[PATCH 0/2] target/hppa: Inline UNALIGN() macro

Philippe Mathieu-Daudé posted 2 patches 2 weeks, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260513074323.10616-1-philmd@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Helge Deller <deller@gmx.de>
target/hppa/translate.c | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
[PATCH 0/2] target/hppa: Inline UNALIGN() macro
Posted by Philippe Mathieu-Daudé 2 weeks, 3 days ago
Rename 'unalign' as 'mo_align' and use it in system
emulation too, allowing to remove the UNALIGN() macro.

Philippe Mathieu-Daudé (2):
  target/hppa: Use DisasContext::mo_align in system emulation
  target/hppa: Inline UNALIGN() macro

 target/hppa/translate.c | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

-- 
2.53.0


Re: [PATCH 0/2] target/hppa: Inline UNALIGN() macro
Posted by Philippe Mathieu-Daudé 3 days, 11 hours ago
On 13/5/26 09:43, Philippe Mathieu-Daudé wrote:
> Rename 'unalign' as 'mo_align' and use it in system
> emulation too, allowing to remove the UNALIGN() macro.
> 
> Philippe Mathieu-Daudé (2):
>    target/hppa: Use DisasContext::mo_align in system emulation
>    target/hppa: Inline UNALIGN() macro

Series queued, thanks.