From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IdR1r-0002sL-VK for qemu-devel@nongnu.org; Thu, 04 Oct 2007 09:46:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IdR1p-0002oS-Ut for qemu-devel@nongnu.org; Thu, 04 Oct 2007 09:46:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdR1p-0002o3-Nd for qemu-devel@nongnu.org; Thu, 04 Oct 2007 09:46:13 -0400 Received: from mail.bawue.net ([193.7.176.63]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IdR1p-0001g1-5x for qemu-devel@nongnu.org; Thu, 04 Oct 2007 09:46:13 -0400 Date: Thu, 4 Oct 2007 14:46:10 +0100 From: Thiemo Seufer Subject: Re: [Qemu-devel] CPU_TLB_BITS / CPU_TLB_SIZE Message-ID: <20071004134610.GU16772@networkno.de> References: <20071003160352.23790gmx1@mx060.gmx.net> <200710041438.01463.clemens.kol@gmx.at> <20071004130522.GT16772@networkno.de> <200710041511.10736.clemens.kol@gmx.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710041511.10736.clemens.kol@gmx.at> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Clemens Kolbitsch Cc: qemu-devel@nongnu.org Clemens Kolbitsch wrote: > On Thursday 04 October 2007 15:05:22 Thiemo Seufer wrote: > > Clemens Kolbitsch wrote: > > > hi everyone! > > > if i want to increase the size of my TLB (for emulating an i386 > > > processor), is it enough to simply increase CPU_TLB_BITS (e.g. by one)?? > > > > IIRC CPU_TLB_BITS needs to be a 2^n value. > > sure that you don't confuse that with CPU_TLB_SIZE? Oh, right, I did confuse that. :-) Thiemo