qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC 1/4] linux-user: Add host_signal_set_pc to set pc in mcontext


From: Richard Henderson
Subject: Re: [RFC 1/4] linux-user: Add host_signal_set_pc to set pc in mcontext
Date: Mon, 8 Nov 2021 16:03:15 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 11/8/21 3:37 AM, Warner Losh wrote:
Add a new function host_signal_set_pc to set the next pc in an
mcontext. The caller should ensure this is a valid PC for execution.

Signed-off-by: Warner Losh<imp@bsdimp.com>
---
  linux-user/host/aarch64/host-signal.h | 5 +++++
  linux-user/host/alpha/host-signal.h   | 5 +++++
  linux-user/host/arm/host-signal.h     | 5 +++++
  linux-user/host/i386/host-signal.h    | 5 +++++
  linux-user/host/mips/host-signal.h    | 5 +++++
  linux-user/host/ppc/host-signal.h     | 5 +++++
  linux-user/host/riscv/host-signal.h   | 5 +++++
  linux-user/host/s390/host-signal.h    | 5 +++++
  linux-user/host/sparc/host-signal.h   | 9 +++++++++
  linux-user/host/x86_64/host-signal.h  | 5 +++++
  10 files changed, 54 insertions(+)

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

r~



reply via email to

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