From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41269 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PbEKf-0000UQ-9c for qemu-devel@nongnu.org; Fri, 07 Jan 2011 10:34:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PbEKd-00016U-IM for qemu-devel@nongnu.org; Fri, 07 Jan 2011 10:34:24 -0500 Received: from afflict.kos.to ([92.243.29.197]:54895) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PbEKd-00014Q-A9 for qemu-devel@nongnu.org; Fri, 07 Jan 2011 10:34:23 -0500 Message-ID: <4D273274.40206@iki.fi> Date: Fri, 07 Jan 2011 17:34:12 +0200 From: riku voipio MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/2] ARM: fix commandline handling forsemihosted executables References: <1291647966-29220-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "Schildbach, Wolfgang" , qemu-devel@nongnu.org, Nathan Froyd Hi, Honestly, I have never tried ARM semihosting. Do you have some recommended test instructions? Riku On 12/23/2010 04:09 PM, Peter Maydell wrote: > 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 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.com@nongnu.org >> [mailto:qemu-devel-bounces+wschi=dolby.com@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(-) >> >> >>