Home
last modified time | relevance | path

Searched hist:e8f29049 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/linux-user/openrisc/
H A Dtarget_syscall.he8f29049 Sun May 27 14:02:17 CDT 2018 Richard Henderson <richard.henderson@linaro.org> linux-user: Implement signals for openrisc

All of the existing code was boilerplate from elsewhere,
and would crash the guest upon the first signal.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>

---
v2:
Add a comment to the new definition of target_pt_regs.
Install the signal mask into the ucontext.
v3:
Incorporate feedback from Laurent.
H A Dsignal.ce8f29049 Sun May 27 14:02:17 CDT 2018 Richard Henderson <richard.henderson@linaro.org> linux-user: Implement signals for openrisc

All of the existing code was boilerplate from elsewhere,
and would crash the guest upon the first signal.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>

---
v2:
Add a comment to the new definition of target_pt_regs.
Install the signal mask into the ucontext.
v3:
Incorporate feedback from Laurent.
/openbmc/qemu/target/openrisc/
H A Dcpu.ce8f29049 Sun May 27 14:02:17 CDT 2018 Richard Henderson <richard.henderson@linaro.org> linux-user: Implement signals for openrisc

All of the existing code was boilerplate from elsewhere,
and would crash the guest upon the first signal.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>

---
v2:
Add a comment to the new definition of target_pt_regs.
Install the signal mask into the ucontext.
v3:
Incorporate feedback from Laurent.
/openbmc/qemu/linux-user/
H A Dsignal.ce8f29049 Sun May 27 14:02:17 CDT 2018 Richard Henderson <richard.henderson@linaro.org> linux-user: Implement signals for openrisc

All of the existing code was boilerplate from elsewhere,
and would crash the guest upon the first signal.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>

---
v2:
Add a comment to the new definition of target_pt_regs.
Install the signal mask into the ucontext.
v3:
Incorporate feedback from Laurent.