From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:49812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1goUqU-0006Fb-Nu for qemu-devel@nongnu.org; Tue, 29 Jan 2019 09:58:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1goUXc-00005V-R0 for qemu-devel@nongnu.org; Tue, 29 Jan 2019 09:39:14 -0500 Received: from mail-oi1-x243.google.com ([2607:f8b0:4864:20::243]:44705) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1goUXW-0008Vu-3g for qemu-devel@nongnu.org; Tue, 29 Jan 2019 09:39:08 -0500 Received: by mail-oi1-x243.google.com with SMTP id m6so16257059oig.11 for ; Tue, 29 Jan 2019 06:38:58 -0800 (PST) References: <20190110121736.23448-1-richard.henderson@linaro.org> <20190110121736.23448-5-richard.henderson@linaro.org> From: Richard Henderson Message-ID: Date: Tue, 29 Jan 2019 06:38:35 -0800 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 04/11] target/arm: Record the GP bit for a page in MemTxAttrs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 1/29/19 1:55 AM, Peter Maydell wrote: >> As written above, this will execute more than once. > > I don't see how -- all the code paths forward from > "guarded |= extract64(descriptor, 50, 1);" reach a > "break" statement that terminates the loop, don't they? You're right. I've misread the surrounding code. r~