Re: [PATCH for-6.2 00/43] Unaligned accesses for user-only

2021-08-02 Thread Peter Maydell
On Thu, 29 Jul 2021 at 01:50, Richard Henderson wrote: > > This began with Peter wanting a cpu_ldst.h interface that can handle > alignment info for Arm M-profile system mode, which will also compile > for user-only without ifdefs. This is patch 32. > > Once I had that interface, I thought I

Re: [PATCH for-6.2 00/43] Unaligned accesses for user-only

2021-07-29 Thread Claudio Fontana
On 7/29/21 8:14 AM, Philippe Mathieu-Daudé wrote: > On 7/29/21 2:46 AM, Richard Henderson wrote: >> This began with Peter wanting a cpu_ldst.h interface that can handle >> alignment info for Arm M-profile system mode, which will also compile >> for user-only without ifdefs. This is patch 32. >>

Re: [PATCH for-6.2 00/43] Unaligned accesses for user-only

2021-07-29 Thread Philippe Mathieu-Daudé
On 7/29/21 2:46 AM, Richard Henderson wrote: > This began with Peter wanting a cpu_ldst.h interface that can handle > alignment info for Arm M-profile system mode, which will also compile > for user-only without ifdefs. This is patch 32. > > Once I had that interface, I thought I might as well

[PATCH for-6.2 00/43] Unaligned accesses for user-only

2021-07-28 Thread Richard Henderson
This began with Peter wanting a cpu_ldst.h interface that can handle alignment info for Arm M-profile system mode, which will also compile for user-only without ifdefs. This is patch 32. Once I had that interface, I thought I might as well enforce the requested alignment in user-only. There are