From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFrd9-00049J-DK for qemu-devel@nongnu.org; Mon, 26 Jan 2015 16:55:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFrd2-0006qe-BU for qemu-devel@nongnu.org; Mon, 26 Jan 2015 16:55:35 -0500 Received: from mail-lb0-f179.google.com ([209.85.217.179]:59777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFrd2-0006qU-4p for qemu-devel@nongnu.org; Mon, 26 Jan 2015 16:55:28 -0500 Received: by mail-lb0-f179.google.com with SMTP id 10so9963371lbg.10 for ; Mon, 26 Jan 2015 13:55:27 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <1422037228-5363-1-git-send-email-peter.maydell@linaro.org> <1422037228-5363-9-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Mon, 26 Jan 2015 21:55:06 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 08/11] target-arm: Pass mmu_idx to get_phys_addr() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Bellows Cc: "Edgar E. Iglesias" , Andrew Jones , =?UTF-8?B?QWxleCBCZW5uw6ll?= , QEMU Developers , Patch Tracking On 26 January 2015 at 21:41, Greg Bellows wrote: > The above cases would be more readable if each case had a comment > identifying the corresponding AT instruction. Just faster for reference > purposes. Makes sense; will add them in v2. -- PMM