From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nq9xi-00056T-UP for qemu-devel@nongnu.org; Fri, 12 Mar 2010 13:51:54 -0500 Received: from [199.232.76.173] (port=34629 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nq9xi-00055q-C9 for qemu-devel@nongnu.org; Fri, 12 Mar 2010 13:51:54 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nq9xh-0005r9-N2 for qemu-devel@nongnu.org; Fri, 12 Mar 2010 13:51:54 -0500 Received: from mx20.gnu.org ([199.232.41.8]:56394) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nq9xh-0005r3-Gg for qemu-devel@nongnu.org; Fri, 12 Mar 2010 13:51:53 -0500 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nq9xg-0004OJ-Gn for qemu-devel@nongnu.org; Fri, 12 Mar 2010 13:51:52 -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 18:51:41 +0000 References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201003121851.41313.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: Richard Henderson > Richard Henderson (6): > Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. > Use TARGET_VIRT_ADDR_SPACE_BITS in h2g_valid. > linux-user: Use h2g_valid in qemu_vmalloc. > linux-user: Fix mmap_find_vma returning invalid addresses. > Implement multi-level page tables. > Fix last page errors in page_check_range and page_set_flags. Applied, plus a bunch of follow-on patches that isolate the userspace emulation from any concept of physical address space. Paul