]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: Add code for PR_GET/SET_UNALIGN
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 27 Dec 2021 15:01:24 +0000 (07:01 -0800)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 6 Jan 2022 10:40:52 +0000 (11:40 +0100)
commit6e8dcacd0840b3c38e7ec664bb9adbccc2108fdd
treea2e419cce74e240a769a931b23a2ed9878177357
parent220717a6f46a99031a5b1af964bbf4dec1310440
linux-user: Add code for PR_GET/SET_UNALIGN

This requires extra work for each target, but adds the
common syscall code, and the necessary flag in CPUState.

Reviewed-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20211227150127.2659293-4-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
cpu.c
include/hw/core/cpu.h
linux-user/generic/target_prctl_unalign.h [new file with mode: 0644]
linux-user/syscall.c