> On Aug 26, 2021, at 10:48 PM, Philippe Mathieu-Daudé wrote:
>
> On 8/26/21 11:12 PM, i...@bsdimp.com wrote:
>> From: Colin Percival
>>
>> 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 r
On 8/26/21 11:12 PM, i...@bsdimp.com wrote:
> From: Colin Percival
>
> 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