From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROTsF-0003gN-Lv for qemu-devel@nongnu.org; Thu, 10 Nov 2011 07:36:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROTsC-0005tg-Ge for qemu-devel@nongnu.org; Thu, 10 Nov 2011 07:36:55 -0500 Received: from mtagate2.uk.ibm.com ([194.196.100.162]:34125) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROTsC-0005tL-5m for qemu-devel@nongnu.org; Thu, 10 Nov 2011 07:36:52 -0500 Received: from d06nrmr1307.portsmouth.uk.ibm.com (d06nrmr1307.portsmouth.uk.ibm.com [9.149.38.129]) by mtagate2.uk.ibm.com (8.13.1/8.13.1) with ESMTP id pAACamg4024330 for ; Thu, 10 Nov 2011 12:36:48 GMT Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pAACam3s1966300 for ; Thu, 10 Nov 2011 12:36:48 GMT Received: from d06av05.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pAACalOp031875 for ; Thu, 10 Nov 2011 05:36:48 -0700 From: Stefan Hajnoczi Date: Thu, 10 Nov 2011 12:36:37 +0000 Message-Id: <1320928604-6642-2-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1320928604-6642-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1320928604-6642-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 1/8] qemu-tech.texi: Update default code cache size List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , chenwj , Stefan Hajnoczi , =?UTF-8?q?=E9=99=B3=E9=9F=8B=E4=BB=BB?= From: =E9=99=B3=E9=9F=8B=E4=BB=BB Update the document since the default code cache size is 32 MB now. Signed-off-by: chenwj Signed-off-by: Stefan Hajnoczi --- qemu-tech.texi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qemu-tech.texi b/qemu-tech.texi index 397b070..62afe45 100644 --- a/qemu-tech.texi +++ b/qemu-tech.texi @@ -435,7 +435,7 @@ generate an addition for the segment base. @node Translation cache @section Translation cache =20 -A 16 MByte cache holds the most recently used translations. For +A 32 MByte cache holds the most recently used translations. For simplicity, it is completely flushed when it is full. A translation unit contains just a single basic block (a block of x86 instructions terminated by a jump or by a virtual CPU state change which the --=20 1.7.7.1