Re: [PATCH v3 06/14] tcg/arm: Support unaligned access for softmmu

2021-08-20 Thread Richard Henderson
On 8/20/21 3:34 AM, Peter Maydell wrote: On Wed, 18 Aug 2021 at 22:32, Richard Henderson wrote: From armv6, the architecture supports unaligned accesses. All we need to do is perform the correct alignment check in tcg_out_tlb_read and not use LDRD/STRD when the access is not aligned. Signed-

Re: [PATCH v3 06/14] tcg/arm: Support unaligned access for softmmu

2021-08-20 Thread Peter Maydell
On Wed, 18 Aug 2021 at 22:32, Richard Henderson wrote: > > From armv6, the architecture supports unaligned accesses. > All we need to do is perform the correct alignment check > in tcg_out_tlb_read and not use LDRD/STRD when the access > is not aligned. > > Signed-off-by: Richard Henderson > @@ -