summaryrefslogtreecommitdiffstats
path: root/linux-user/host/alpha
Commit message (Collapse)AuthorAgeFilesLines
* user: move common-user includes to a subdirectory of {bsd,linux}-user/Paolo Bonzini2022-01-121-47/+0Star
| | | | | | | | | | Avoid polluting the compilation of common-user/ with local include files; making an include file available to common-user/ should be a deliberate decision in order to keep a clear interface that can be used by both bsd-user/ and linux-user/. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* linux-user: Add host_signal_set_pc to set pc in mcontextWarner Losh2021-11-231-0/+5
| | | | | | | | | | | | Add a new function host_signal_set_pc to set the next pc in an mcontext. The caller should ensure this is a valid PC for execution. Acked-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20211113045603.60391-2-imp@bsdimp.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
* linux-user/host/alpha: Populate host_signal.hRichard Henderson2021-11-021-0/+42
Split host_signal_pc and host_signal_write out of user-exec.c. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>