Re: [PATCH v2 11/15] bsd-user: Add stop_all_tasks

2021-10-17 Thread Kyle Evans
On Fri, Oct 8, 2021 at 6:15 PM Warner Losh wrote: > > Similar to the same function in linux-user: this stops all the current tasks. > > Signed-off-by: Stacey Son > Signed-off-by: Warner Losh > --- > bsd-user/main.c | 9 + > bsd-user/qemu.h | 1 + > 2 files changed, 10 insertions(+) > >

Re: [PATCH v2 11/15] bsd-user: Add stop_all_tasks

2021-10-09 Thread Richard Henderson
On 10/8/21 4:15 PM, Warner Losh wrote: Similar to the same function in linux-user: this stops all the current tasks. Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/main.c | 9 + bsd-user/qemu.h | 1 + 2 files changed, 10 insertions(+) Reviewed-by: Richard Henders