From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 30 20:56:37 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A714106566C for ; Tue, 30 Mar 2010 20:56:37 +0000 (UTC) (envelope-from rth@twiddle.net) Received: from are.twiddle.net (are.twiddle.net [75.149.56.221]) by mx1.freebsd.org (Postfix) with ESMTP id 7EFB38FC21 for ; Tue, 30 Mar 2010 20:56:37 +0000 (UTC) Received: from anchor.twiddle.home (anchor.twiddle.home [172.31.0.4]) by are.twiddle.net (Postfix) with ESMTPSA id 802C7431; Tue, 30 Mar 2010 13:56:36 -0700 (PDT) Message-ID: <4BB26584.8030109@twiddle.net> Date: Tue, 30 Mar 2010 13:56:36 -0700 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Thunderbird/3.0.3 MIME-Version: 1.0 To: Juergen Lock References: <20100325204423.GA46954@triton8.kn-bremen.de> <20100330191629.GA95521@triton8.kn-bremen.de> <201003302009.o2UK9lAv002282@triton8.kn-bremen.de> <20100330204219.GA3860@triton8.kn-bremen.de> In-Reply-To: <20100330204219.GA3860@triton8.kn-bremen.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Blue Swirl , freebsd-emulation@freebsd.org, Toni , qemu-devel@nongnu.org, Andreas Tobler Subject: Re: [Qemu-devel] qemu git head 20100323 on FreeBSD - qemu-devel port update for testing X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2010 20:56:37 -0000 On 03/30/2010 01:42 PM, Juergen Lock wrote: > So I'd say the real problem is page_set_flags() has a bug that makes > it allocate too much if the range is the last allowed page... It doesn't, as far as I can see. I added this range by hand to page_init and the effect was exactly as I supposed on a linux host -- 2 pages allocated to handle the 3-level page table. No out of memory. r~