qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for-6.2 7/7] linux-user/aarch64: Use force_sig_fault()


From: Richard Henderson
Subject: Re: [PATCH for-6.2 7/7] linux-user/aarch64: Use force_sig_fault()
Date: Sun, 15 Aug 2021 10:29:03 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 8/13/21 3:18 AM, Peter Maydell wrote:
Use the new force_sig_fault() function instead of setting up
a target_siginfo_t and calling queue_signal().

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  linux-user/aarch64/cpu_loop.c | 34 +++++++++-------------------------
  1 file changed, 9 insertions(+), 25 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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