Re: [PATCH for 6.2 20/49] bsd-user: save the path the qemu emulator

2021-08-08 Thread Warner Losh
On Sat, Aug 7, 2021 at 11:24 PM Richard Henderson < richard.hender...@linaro.org> wrote: > On 8/7/21 11:42 AM, Warner Losh wrote: > > Save the path to the qemu emulator. This will be used later when we have > > a more complete implementation of exec. > > > > Signed-off-by: Stacey Son > > Signed-o

Re: [PATCH for 6.2 20/49] bsd-user: save the path the qemu emulator

2021-08-07 Thread Richard Henderson
On 8/7/21 11:42 AM, Warner Losh wrote: Save the path to the qemu emulator. This will be used later when we have a more complete implementation of exec. Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/main.c | 21 + bsd-user/qemu.h | 1 + 2 files chang

[PATCH for 6.2 20/49] bsd-user: save the path the qemu emulator

2021-08-07 Thread Warner Losh
Save the path to the qemu emulator. This will be used later when we have a more complete implementation of exec. Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/main.c | 21 + bsd-user/qemu.h | 1 + 2 files changed, 22 insertions(+) diff --git a/bsd-user/