qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 09/41] linux-user/host/alpha: Populate host_signal.h


From: Richard Henderson
Subject: Re: [PATCH v2 09/41] linux-user/host/alpha: Populate host_signal.h
Date: Sun, 19 Sep 2021 11:07:40 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

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.henderson@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é <f4bug@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~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]