On 8/7/21 11:42 AM, Warner Losh wrote:
From: Colin Percival<[email protected]>

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<[email protected]>
Signed-off-by: Warner Losh<[email protected]>
---
  bsd-user/main.c | 5 +++++
  1 file changed, 5 insertions(+)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to