From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=38896 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPcdw-0007oa-Js for qemu-devel@nongnu.org; Mon, 06 Dec 2010 10:06:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PPcds-0002I6-MN for qemu-devel@nongnu.org; Mon, 06 Dec 2010 10:06:20 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:29512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PPcds-0002Gh-G3 for qemu-devel@nongnu.org; Mon, 06 Dec 2010 10:06:16 -0500 From: Peter Maydell Date: Mon, 6 Dec 2010 15:06:04 +0000 Message-Id: <1291647966-29220-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/2] ARM: fix commandline handling for semihosted executables List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio , Wolfgang Schildbach , Nathan Froyd 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(-)