Re: [PATCH 10/16] target/nios2: Remove TARGET_ALIGNED_ONLY

2023-05-10 Thread Philippe Mathieu-Daudé
On 2/5/23 18:08, Richard Henderson wrote: In gen_ldx/gen_stx, the only two locations for memory operations, mark the operation as either aligned (softmmu) or unaligned (user-only, as if emulated by the kernel). Signed-off-by: Richard Henderson --- configs/targets/nios2-softmmu.mak | 1 - ta

[PATCH 10/16] target/nios2: Remove TARGET_ALIGNED_ONLY

2023-05-02 Thread Richard Henderson
In gen_ldx/gen_stx, the only two locations for memory operations, mark the operation as either aligned (softmmu) or unaligned (user-only, as if emulated by the kernel). Signed-off-by: Richard Henderson --- configs/targets/nios2-softmmu.mak | 1 - target/nios2/translate.c | 10 +