From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dFjc7-0002gS-4N for qemu-devel@nongnu.org; Tue, 30 May 2017 12:03:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dFjc6-0006Zk-EM for qemu-devel@nongnu.org; Tue, 30 May 2017 12:03:19 -0400 MIME-Version: 1.0 Sender: alistair23@gmail.com In-Reply-To: References: <1493122030-32191-1-git-send-email-peter.maydell@linaro.org> From: Alistair Francis Date: Tue, 30 May 2017 09:02:45 -0700 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [Qemu-arm] [PATCH 00/13] armv7m: Implement MPU support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-arm , QEMU Developers , "patches@linaro.org" , =?UTF-8?B?QWxleCBCZW5uw6ll?= , =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= , Alistair Francis On Tue, May 30, 2017 at 7:05 AM, Peter Maydell wrote: > On 25 April 2017 at 13:06, Peter Maydell wrote: >> This patchset implements support for the MPU in our v7M cores. >> Support is on the same level as that for the R profile MPU: it works, >> but regions smaller than 1K in size are not supported. It likely >> has some missing corner-case features. > >> I wanted to get this patchset out to the list before I go off >> on my break; I will come back and follow up on review comments >> when I get back in June. > > The patchset has had review for about half the patches, and > no this-needs-fixing comments on the others, so I propose to > put it into target-arm.next. > > Let me know if anybody would prefer me to hold off so they > can review the remaining patches in the set (2, 3, 9, 11, 12, 13). All good from me, I'm happy if it's just applied. Thanks, Alistair > > thanks > -- PMM >