This patchset fixes the commandline handling for ARM semihosted executables run under linux-user mode, and cleans up the resulting unused variable in the linux-user image_info struct. The code is all by Wolfgang but he is having difficulty sending properly formatted patches to the list so I am retransmitting them (with my Reviewed-by: signoff).
Wolfgang Schildbach (2): Fix commandline handling for ARM semihosted executables Remove dead code for ARM semihosting commandline handling arm-semi.c | 79 +++++++++++++++++++++++++++++------------------ bsd-user/bsdload.c | 2 - bsd-user/qemu.h | 1 - linux-user/linuxload.c | 2 - linux-user/qemu.h | 1 - 5 files changed, 49 insertions(+), 36 deletions(-)