qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL v2 22/25] linux-user: Implement signals for openr


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PULL v2 22/25] linux-user: Implement signals for openrisc
Date: Tue, 3 Jul 2018 19:34:02 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

Hi Stafford,

On 07/02/2018 12:10 PM, Stafford Horne wrote:
> From: Richard Henderson <address@hidden>
> 
> All of the existing code was boilerplate from elsewhere,
> and would crash the guest upon the first signal.
> 
> Signed-off-by: Richard Henderson <address@hidden>
> Signed-off-by: Stafford Horne <address@hidden>
> 
> ---
> v2:
>   Add a comment to the new definition of target_pt_regs.
>   Install the signal mask into the ucontext.
> v3:
>   Incorporate feedback from Laurent.

Oops this is not supposed to enter git history, something is wrong with
your pull request script.

> ---
>  linux-user/openrisc/signal.c         | 217 +++++++++++----------------
>  linux-user/openrisc/target_syscall.h |  28 +---
>  linux-user/signal.c                  |   2 +-
>  target/openrisc/cpu.c                |   1 +
>  4 files changed, 94 insertions(+), 154 deletions(-)

<snip>



reply via email to

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