This reuses the commandline copy setup in user space by
loader_build_argptr()
and fixes https://bugs.launchpad.net/qemu/+bug/673613 .
Signed-off-by: Wolfgang Schildbach
---
arm-semi.c | 79
+--
bsd-user/bsdload.c |2 -
bsd-user/qe
t: Re: [Qemu-devel] [PATCH] Fix commandline handling for ARM semihosted
executables, on Linux and BSD hosts
On 23 November 2010 15:26, Schildbach, Wolfgang wrote:
> When running an ARM semihosted executable on a linux machine, the
> command line is not delivered to the guest (s
On 23 November 2010 15:26, Schildbach, Wolfgang wrote:
> When running an ARM semihosted executable on a linux machine, the
> command line is not delivered to the guest (see
> https://bugs.launchpad.net/qemu/+bug/673613).
I've tested this, and it does work; however I don't think the code
you have
When running an ARM semihosted executable on a linux machine, the
command line is not delivered to the guest (see
https://bugs.launchpad.net/qemu/+bug/673613).
This patch fixes this, for Linux and BSD hosts. Thanks to Peter Maydell
for suggesting this patch, and to Nathan Froyd for helping me with