[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 11/41] linux-user/host/arm: Populate host_signal.h
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v3 11/41] linux-user/host/arm: Populate host_signal.h |
Date: |
Sat, 2 Oct 2021 16:15:24 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0 |
On 10/1/21 19:11, Richard Henderson wrote:
> Split host_signal_pc and host_signal_write out of user-exec.c.
> Drop the *BSD code, to be re-created under bsd-user/ later.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> linux-user/host/arm/host-signal.h | 30 ++++++++++++++++++++-
> accel/tcg/user-exec.c | 45 +------------------------------
> 2 files changed, 30 insertions(+), 45 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
- [PATCH v3 00/41] linux-user: Streamline handling of SIGSEGV, Richard Henderson, 2021/10/01
- [PATCH v3 02/41] accel/tcg: Move clear_helper_retaddr to cpu loop, Richard Henderson, 2021/10/01
- [PATCH v3 03/41] accel/tcg: Split out handle_sigsegv_accerr_write, Richard Henderson, 2021/10/01
- [PATCH v3 01/41] accel/tcg: Split out adjust_signal_pc, Richard Henderson, 2021/10/01
- [PATCH v3 04/41] accel/tcg: Fold cpu_exit_tb_from_sighandler into caller, Richard Henderson, 2021/10/01
- [PATCH v3 11/41] linux-user/host/arm: Populate host_signal.h, Richard Henderson, 2021/10/01
- Re: [PATCH v3 11/41] linux-user/host/arm: Populate host_signal.h,
Philippe Mathieu-Daudé <=
- [PATCH v3 07/41] linux-user/host/x86: Populate host_signal.h, Richard Henderson, 2021/10/01
- [PATCH v3 15/41] linux-user/host/riscv: Populate host_signal.h, Richard Henderson, 2021/10/01
- [PATCH v3 05/41] configure: Merge riscv32 and riscv64 host architectures, Richard Henderson, 2021/10/01
- [PATCH v3 10/41] linux-user/host/sparc: Populate host_signal.h, Richard Henderson, 2021/10/01
- [PATCH v3 06/41] linux-user: Reorg handling for SIGSEGV, Richard Henderson, 2021/10/01
- [PATCH v3 08/41] linux-user/host/ppc: Populate host_signal.h, Richard Henderson, 2021/10/01
- [PATCH v3 14/41] linux-user/host/mips: Populate host_signal.h, Richard Henderson, 2021/10/01
- [PATCH v3 13/41] linux-user/host/s390: Populate host_signal.h, Richard Henderson, 2021/10/01
- [PATCH v3 12/41] linux-user/host/aarch64: Populate host_signal.h, Richard Henderson, 2021/10/01