From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NqEHC-0004Cl-FX for qemu-devel@nongnu.org; Fri, 12 Mar 2010 18:28:18 -0500 Received: from [199.232.76.173] (port=57756 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NqEHC-0004CP-2t for qemu-devel@nongnu.org; Fri, 12 Mar 2010 18:28:18 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NqEHB-0008Uj-FC for qemu-devel@nongnu.org; Fri, 12 Mar 2010 18:28:17 -0500 Received: from mx20.gnu.org ([199.232.41.8]:58951) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NqEHB-0008Ud-7j for qemu-devel@nongnu.org; Fri, 12 Mar 2010 18:28:17 -0500 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NqEHA-0000xi-Ca for qemu-devel@nongnu.org; Fri, 12 Mar 2010 18:28:16 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 0/6] Multi-level page tables and userland mapping fixes, v3 Date: Fri, 12 Mar 2010 23:28:01 +0000 References: <201003121851.41313.paul@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201003122328.03591.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Richard Henderson > /src/qemu/exec.c: In function `page_set_flags': > /src/qemu/exec.c:2336: warning: comparison is always true due to > limited range of data type Should be fixed by b480d9b74dfd1efd29026b7dc6438364a633ee99 Paul