From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkbYm-0002Vw-Bv for qemu-devel@nongnu.org; Wed, 14 May 2014 11:57:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WkbYa-0003tD-OE for qemu-devel@nongnu.org; Wed, 14 May 2014 11:57:36 -0400 Received: from mail-qg0-x232.google.com ([2607:f8b0:400d:c04::232]:59097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkbYa-0003t3-K3 for qemu-devel@nongnu.org; Wed, 14 May 2014 11:57:24 -0400 Received: by mail-qg0-f50.google.com with SMTP id z60so3097878qgd.23 for ; Wed, 14 May 2014 08:57:24 -0700 (PDT) Sender: Richard Henderson Message-ID: <5373925F.3020807@twiddle.net> Date: Wed, 14 May 2014 08:57:19 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1399356506-5609-1-git-send-email-edgar.iglesias@gmail.com> <1399356506-5609-19-git-send-email-edgar.iglesias@gmail.com> <53725719.9020305@twiddle.net> <20140514011804.GE21821@hostname> In-Reply-To: <20140514011804.GE21821@hostname> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 18/22] target-arm: A64: Generalize update_spsel for the various ELs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Edgar E. Iglesias" Cc: peter.maydell@linaro.org, peter.crosthwaite@xilinx.com, rob.herring@linaro.org, qemu-devel@nongnu.org, agraf@suse.de, john.williams@xilinx.com, alex.bennee@linaro.org On 05/13/2014 06:18 PM, Edgar E. Iglesias wrote: > I've changed it to the following for next version: > /* We rely on illegal updates to SPsel from EL0 to get trapped > * at translation time. > */ > > If you have better suggestions I'm happy to update. Excellent, thanks. r~