From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NqDXE-0001TA-Oi for qemu-devel@nongnu.org; Fri, 12 Mar 2010 17:40:48 -0500 Received: from [199.232.76.173] (port=47776 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NqDXD-0001S7-F4 for qemu-devel@nongnu.org; Fri, 12 Mar 2010 17:40:47 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NqDXC-0004xY-3x for qemu-devel@nongnu.org; Fri, 12 Mar 2010 17:40:47 -0500 Received: from mail2.shareable.org ([80.68.89.115]:34478) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NqDXB-0004xQ-Pc for qemu-devel@nongnu.org; Fri, 12 Mar 2010 17:40:45 -0500 Date: Fri, 12 Mar 2010 22:40:41 +0000 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCH QEMU] transparent hugepage support Message-ID: <20100312224041.GE6491@shareable.org> References: <20100311151427.GE5677@random.random> <201003121817.05524.paul@codesourcery.com> <20100312183615.GW5677@random.random> <201003121841.56852.paul@codesourcery.com> <20100312185111.GY5677@random.random> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100312185111.GY5677@random.random> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrea Arcangeli Cc: Avi Kivity , Paul Brook , qemu-devel@nongnu.org Andrea Arcangeli wrote: > On Fri, Mar 12, 2010 at 06:41:56PM +0000, Paul Brook wrote: > > Doesn't non-PAE (i.e. most 32-bit x86) use 4M huge pages? There's still a good > > number of those knocking about. > > Yep, but 32bit x86 host won't support transparent hugepage (certain > bits overflows in the kernel implementation, there's no more space in > the page struct). It's not worth it IMHO. Perhaps the performance figures would be even more significant for 32-bit x86 than 64-bit, due to the smaller TLBs. I guess that's not what you mean by worth it? -- Jamie