From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSrU0-0004Gn-0O for qemu-devel@nongnu.org; Tue, 12 Jun 2018 18:09:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSrTw-0001yp-Mj for qemu-devel@nongnu.org; Tue, 12 Jun 2018 18:09:43 -0400 Received: from mail-pf0-x243.google.com ([2607:f8b0:400e:c00::243]:38355) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fSrTw-0001yR-Eo for qemu-devel@nongnu.org; Tue, 12 Jun 2018 18:09:40 -0400 Received: by mail-pf0-x243.google.com with SMTP id b74-v6so247256pfl.5 for ; Tue, 12 Jun 2018 15:09:40 -0700 (PDT) Sender: Richard Henderson References: <20180611125633.32755-1-peter.maydell@linaro.org> <20180611125633.32755-2-peter.maydell@linaro.org> From: Richard Henderson Message-ID: Date: Tue, 12 Jun 2018 12:09:33 -1000 MIME-Version: 1.0 In-Reply-To: <20180611125633.32755-2-peter.maydell@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] cpu-defs.h: Document CPUIOTLBEntry 'addr' field List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: patches@linaro.org, Paolo Bonzini On 06/11/2018 02:56 AM, Peter Maydell wrote: > The 'addr' field in the CPUIOTLBEntry struct has a rather non-obvious > use; add a comment documenting it (reverse-engineered from what > the code that sets it is doing). > > Signed-off-by: Peter Maydell > --- > include/exec/cpu-defs.h | 9 +++++++++ > accel/tcg/cputlb.c | 12 ++++++++++++ > 2 files changed, 21 insertions(+) Reviewed-by: Richard Henderson r~