On Thu, Jan 13, 2022 at 12:32 PM Peter Maydell
wrote:
> On Sun, 9 Jan 2022 at 16:33, Warner Losh wrote:
> >
> > Implement host_signal_pc, host_signal_set_pc and host_signal_write for
> > arm.
> >
> > Signed-off-by: Kyle Evans
> > Signed-off-by: Warner Losh
>
> > +static inline bool host_signal
On Sun, 9 Jan 2022 at 16:33, Warner Losh wrote:
>
> Implement host_signal_pc, host_signal_set_pc and host_signal_write for
> arm.
>
> Signed-off-by: Kyle Evans
> Signed-off-by: Warner Losh
> +static inline bool host_signal_write(siginfo_t *info, ucontext_t *uc)
> +{
> +/*
> + * In the F
Implement host_signal_pc, host_signal_set_pc and host_signal_write for
arm.
Signed-off-by: Kyle Evans
Signed-off-by: Warner Losh
---
bsd-user/host/arm/host-signal.h | 39 +
1 file changed, 39 insertions(+)
create mode 100644 bsd-user/host/arm/host-signal.h
diff