Re: [PATCH for 6.2 10/49] bsd-user: pass the bsd_param into loader_exec

2021-08-07 Thread Richard Henderson
On 8/7/21 11:42 AM, Warner Losh wrote: Pass the bsd_param into loader_exec, and adjust. Signed-off-by: Warner Losh --- bsd-user/bsdload.c | 37 +++-- bsd-user/main.c| 7 ++- bsd-user/qemu.h| 3 ++- 3 files changed, 27 insertions(+), 20 deletions

[PATCH for 6.2 10/49] bsd-user: pass the bsd_param into loader_exec

2021-08-07 Thread Warner Losh
Pass the bsd_param into loader_exec, and adjust. Signed-off-by: Warner Losh --- bsd-user/bsdload.c | 37 +++-- bsd-user/main.c| 7 ++- bsd-user/qemu.h| 3 ++- 3 files changed, 27 insertions(+), 20 deletions(-) diff --git a/bsd-user/bsdload.c b/bsd-u