From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGWGB-0003MI-Px for qemu-devel@nongnu.org; Wed, 09 May 2018 17:04:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGWG7-0003z6-T7 for qemu-devel@nongnu.org; Wed, 09 May 2018 17:04:27 -0400 Received: from mail-pf0-x231.google.com ([2607:f8b0:400e:c00::231]:39858) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fGWG7-0003yw-Mk for qemu-devel@nongnu.org; Wed, 09 May 2018 17:04:23 -0400 Received: by mail-pf0-x231.google.com with SMTP id a22so12125465pfn.6 for ; Wed, 09 May 2018 14:04:23 -0700 (PDT) References: <20180508173152.29327-1-edgar.iglesias@gmail.com> <20180508173152.29327-24-edgar.iglesias@gmail.com> From: Richard Henderson Message-ID: <743fbf75-6f85-aa55-e81b-68d94db3a085@linaro.org> Date: Wed, 9 May 2018 14:04:20 -0700 MIME-Version: 1.0 In-Reply-To: <20180508173152.29327-24-edgar.iglesias@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 23/36] target-microblaze: Implement MFSE EAR List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Edgar E. Iglesias" , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, frederic.konrad@adacore.com, alistair@alistair23.me, frasse.iglesias@gmail.com, sai.pavan.boddu@xilinx.com, edgar.iglesias@xilinx.com On 05/08/2018 10:31 AM, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > Implement MFSE EAR to enable access to the upper part of EAR. > > Signed-off-by: Edgar E. Iglesias > --- > target/microblaze/translate.c | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson r~