Riku, did you want to pick this one up as a linux-user patch? Otherwise it's on my list of "patches which got no comments and will go into the next arm pull request" -- although that won't be until early next year and I expect 0.14 will have branched by then.
-- PMM On 23 December 2010 12:58, Schildbach, Wolfgang <ws...@dolby.com> wrote: > Ping -- I have not seen any corresponding commit in the qemu master > repository. Anthony, could you please consider this for inclusion into > 0.14? > > Thanks, > - Wolfgang > > > -----Original Message----- > From: qemu-devel-bounces+wschi=dolby....@nongnu.org > [mailto:qemu-devel-bounces+wschi=dolby....@nongnu.org] On Behalf Of > Peter Maydell > Sent: Monday, December 06, 2010 4:06 PM > To: qemu-devel@nongnu.org > Cc: Riku Voipio; Schildbach, Wolfgang; Nathan Froyd > Subject: [Qemu-devel] [PATCH 0/2] ARM: fix commandline handling > forsemihosted executables > > 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(-) > > >