Re: [PATCH v5 64/67] linux-user: Add code for PR_GET/SET_UNALIGN

2021-10-15 Thread Warner Losh
On Thu, Oct 14, 2021 at 10:14 PM Richard Henderson < richard.hender...@linaro.org> wrote: > This requires extra work for each target, but adds the > common syscall code, and the necessary flag in CPUState. > > Signed-off-by: Richard Henderson > --- > include/hw/core/cpu.h |

[PATCH v5 64/67] linux-user: Add code for PR_GET/SET_UNALIGN

2021-10-14 Thread Richard Henderson
This requires extra work for each target, but adds the common syscall code, and the necessary flag in CPUState. Signed-off-by: Richard Henderson --- include/hw/core/cpu.h | 3 +++ linux-user/generic/target_prctl_unalign.h | 27 +++ cpu.c