From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fcxSj-0006g4-9v for qemu-devel@nongnu.org; Tue, 10 Jul 2018 14:34:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fcxSf-0006os-VF for qemu-devel@nongnu.org; Tue, 10 Jul 2018 14:34:09 -0400 Sender: Richard Henderson References: <20180710160013.26559-1-peter.maydell@linaro.org> <20180710160013.26559-7-peter.maydell@linaro.org> From: Richard Henderson Message-ID: Date: Tue, 10 Jul 2018 11:34:02 -0700 MIME-Version: 1.0 In-Reply-To: <20180710160013.26559-7-peter.maydell@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 6/6] target/arm: Allow execution from small regions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-arm@nongnu.org, qemu-devel@nongnu.org Cc: patches@linaro.org, "Emilio G . Cota" , Paolo Bonzini , =?UTF-8?Q?C=c3=a9dric_Le_Goater?= , "Edgar E. Iglesias" , KONRAD Frederic On 07/10/2018 09:00 AM, Peter Maydell wrote: > Now that we have full support for small regions, including execution, > we can remove the workarounds where we marked all small regions as > non-executable for the M-profile MPU and SAU. > > Signed-off-by: Peter Maydell > --- > target/arm/helper.c | 23 ----------------------- > 1 file changed, 23 deletions(-) Reviewed-by: Richard Henderson r~