From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4rj0-0005tj-56 for qemu-devel@nongnu.org; Tue, 16 Jun 2015 10:20:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4rix-00022l-Fo for qemu-devel@nongnu.org; Tue, 16 Jun 2015 10:20:26 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:15417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4rix-00022B-7k for qemu-devel@nongnu.org; Tue, 16 Jun 2015 10:20:23 -0400 Message-ID: <558030A2.1070005@imgtec.com> Date: Tue, 16 Jun 2015 15:20:18 +0100 From: Leon Alrae MIME-Version: 1.0 References: <1432656234-9791-1-git-send-email-leon.alrae@imgtec.com> <1432656234-9791-3-git-send-email-leon.alrae@imgtec.com> <55720210.7010200@imgtec.com> <6BDA2EA9-1775-4414-B022-B8853BA60373@livius.net> <6D084A97-1CFB-47AA-A4C3-CCFC3A66DDEC@livius.net> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 2/2] semihosting: add --semihosting-config arg sub-argument List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Liviu Ionescu Cc: Christopher Covington , QEMU Developers , Matthew Fortune On 16/06/2015 15:03, Peter Maydell wrote: > On 16 June 2015 at 13:32, Liviu Ionescu wrote: >> would it be possible to have all the semihosting patches ready for 2.4? > > Yes, I agree that would be good. Is it just this 2 patch > series, or are there others too? Just to confirm -- the only thing required before applying this 2 patch series is testing in ARM context by you, right? Remaining semihosting patches I've got are MIPS specific, but they can go via target-mips tree separately. Leon