From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvRQT-0005ls-9J for qemu-devel@nongnu.org; Thu, 21 May 2015 10:26:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvRQL-0004T3-3B for qemu-devel@nongnu.org; Thu, 21 May 2015 10:26:21 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:28596) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvRQK-0004So-TJ for qemu-devel@nongnu.org; Thu, 21 May 2015 10:26:13 -0400 Message-ID: <555DEAFE.90700@imgtec.com> Date: Thu, 21 May 2015 15:26:06 +0100 From: Leon Alrae MIME-Version: 1.0 References: <1431085311-24617-1-git-send-email-leon.alrae@imgtec.com> <1431085311-24617-3-git-send-email-leon.alrae@imgtec.com> <555C41BF.3070900@imgtec.com> <555DE45B.4030101@imgtec.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 2/2] semihosting: add --semihosting-config arg sub-argument List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Liviu Ionescu , Christopher Covington , QEMU Developers , Matthew Fortune On 21/05/2015 15:01, Peter Maydell wrote: > Well, it will presumably mean that on a MIPS semihosting case > if the user tries -append "some command line" it won't do what > they expect... Yes, but I think the user should use semihosting-config arg, which is more natural in semihosting context, rather than -append (which is described as "kernel command line" in qemu manual). Leon