Re: [PATCH 12/30] bsd-user/host/i386/host-signal.h: Implement host_signal_*

2022-01-23 Thread Richard Henderson
On 1/10/22 3:19 AM, Warner Losh wrote: Implement host_signal_pc, host_signal_set_pc and host_signal_write for i386. Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/host/i386/host-signal.h | 37 1 file changed, 37 insertions(+) create mode 1

Re: [PATCH 12/30] bsd-user/host/i386/host-signal.h: Implement host_signal_*

2022-01-13 Thread Peter Maydell
On Sun, 9 Jan 2022 at 16:29, Warner Losh wrote: > > Implement host_signal_pc, host_signal_set_pc and host_signal_write for > i386. > > Signed-off-by: Kyle Evans > Signed-off-by: Warner Losh Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 12/30] bsd-user/host/i386/host-signal.h: Implement host_signal_*

2022-01-09 Thread Warner Losh
Implement host_signal_pc, host_signal_set_pc and host_signal_write for i386. Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/host/i386/host-signal.h | 37 1 file changed, 37 insertions(+) create mode 100644 bsd-user/host/i386/host-signal.h di