From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLweU-00068T-P3 for qemu-devel@nongnu.org; Fri, 07 Mar 2014 10:25:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLweM-0008I6-6f for qemu-devel@nongnu.org; Fri, 07 Mar 2014 10:25:34 -0500 Received: from mail-qc0-x236.google.com ([2607:f8b0:400d:c01::236]:62031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLweM-0008I0-2d for qemu-devel@nongnu.org; Fri, 07 Mar 2014 10:25:26 -0500 Received: by mail-qc0-f182.google.com with SMTP id e16so4853074qcx.27 for ; Fri, 07 Mar 2014 07:25:25 -0800 (PST) Sender: Richard Henderson Message-ID: <5319E4DD.6010304@twiddle.net> Date: Fri, 07 Mar 2014 07:25:17 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1394134385-1727-1-git-send-email-peter.maydell@linaro.org> <1394134385-1727-13-git-send-email-peter.maydell@linaro.org> <5319DCD8.9080307@twiddle.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 12/21] target-arm: A64: Implement DC ZVA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Rob Herring , Peter Crosthwaite , Patch Tracking , Michael Matz , Claudio Fontana , Alexander Graf , QEMU Developers , Will Newton , Dirk Mueller , Laurent Desnogues , =?UTF-8?B?QWxleCBCZW5uw6ll?= , "kvmarm@lists.cs.columbia.edu" , Christoffer Dall On 03/07/2014 07:11 AM, Peter Maydell wrote: >> > cpu_stb_data doesn't take into account user vs kernel mode accesses. > ...so what does it use for the mmu index? > Oops, read the macro garbage incorrectly. It does make its way back to cpu_mmu_index. r~