From patchwork Thu Nov 10 12:36:37 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 124874 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 05735B6F83 for ; Fri, 11 Nov 2011 00:28:40 +1100 (EST) Received: from localhost ([::1]:57316 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROTsW-0003l3-NL for incoming@patchwork.ozlabs.org; Thu, 10 Nov 2011 07:37:12 -0500 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 Received: from localhost (stefanha-thinkpad.manchester-maybrook.uk.ibm.com [9.174.219.31]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id pAACal4m031867; Thu, 10 Nov 2011 05:36:47 -0700 From: Stefan Hajnoczi To: Date: Thu, 10 Nov 2011 12:36:37 +0000 Message-Id: <1320928604-6642-2-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.7.1 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 X-MIME-Autoconverted: from 8bit to quoted-printable by mtagate2.uk.ibm.com id pAACamg4024330 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 194.196.100.162 Cc: Anthony Liguori , chenwj , Stefan Hajnoczi , =?UTF-8?q?=E9=99=B3=E9=9F=8B=E4=BB=BB?= Subject: [Qemu-devel] [PATCH 1/8] qemu-tech.texi: Update default code cache size X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: 陳韋任 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 -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