On 8/7/21 11:42 AM, Warner Losh wrote:
From: Colin Percival<cperc...@tarsnap.com>
Previously it was impossible to emulate a program with a file name
different from its argv[0]. With this change, you can run
qemu -0 fakename realname args
which runs the program "realname" with an argv of "fakename args".
Signed-off-by: Colin Percival<cperc...@tarsnap.com>
Signed-off-by: Warner Losh<i...@bsdimp.com>
---
bsd-user/main.c | 5 +++++
1 file changed, 5 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~