On 9/19/21 11:03 AM, Philippe Mathieu-Daudé wrote:
On 9/18/21 20:44, Richard Henderson wrote:
Split host_signal_pc and host_signal_write out of user-exec.c.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
linux-user/host/alpha/host-signal.h | 41 +++++++++++++++++++++++++++++
accel/tcg/user-exec.c | 31 +---------------------
2 files changed, 42 insertions(+), 30 deletions(-)
create mode 100644 linux-user/host/alpha/host-signal.h
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>
Amusingly, this is one bit that we might want to simply drop. The remaining required
entries in linux-user/host/arch/ are missing, so one can't actually build with alpha host
at the moment.
Similarly, linux-user/host/ia64/ is also unusable, because we would have hit the #error in
accel/tcg/user-exec.c, missing the host signal handling.
r~