Re: [PATCH v3 18/43] bsd-user: save the path to the qemu emulator

2021-09-05 Thread Kyle Evans
On Thu, Sep 2, 2021 at 6:53 PM wrote: > > From: 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 > Acked-by: Richard Henderson > --- > bsd-user/main.c

[PATCH v3 18/43] bsd-user: save the path to the qemu emulator

2021-09-02 Thread imp
From: 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 Acked-by: Richard Henderson --- bsd-user/main.c | 21 + bsd-user/qemu.h | 1 + 2 files