From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2aP4-0001LZ-Q2 for qemu-devel@nongnu.org; Fri, 04 Nov 2016 05:03:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2aP1-0000o0-O0 for qemu-devel@nongnu.org; Fri, 04 Nov 2016 05:03:14 -0400 Received: from mail-wm0-x244.google.com ([2a00:1450:400c:c09::244]:36582) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c2aP1-0000md-IA for qemu-devel@nongnu.org; Fri, 04 Nov 2016 05:03:11 -0400 Received: by mail-wm0-x244.google.com with SMTP id c17so2831181wmc.3 for ; Fri, 04 Nov 2016 02:03:11 -0700 (PDT) Sender: Paolo Bonzini References: <1478194258-75276-1-git-send-email-julian@codesourcery.com> <1478194258-75276-2-git-send-email-julian@codesourcery.com> From: Paolo Bonzini Message-ID: Date: Fri, 4 Nov 2016 10:03:07 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/5] ARM BE8/BE32 semihosting and gdbstub support. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Julian Brown Cc: QEMU Developers On 03/11/2016 23:23, Peter Maydell wrote: > (For the rest of the series: you've missed the 2.8 > freeze, and I'm on holiday for most of November, so > it may be a while before I can get to it; hopefully > somebody else will step up and have a look at it.) 2/4/5 are relatively obvious bugfixes (in particular patch 5 is completely trivial). I commented separately on patch 3. Paolo