From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CVOgQ-0006NH-Pl for qemu-devel@nongnu.org; Sat, 20 Nov 2004 01:25:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CVOgQ-0006Mb-0z for qemu-devel@nongnu.org; Sat, 20 Nov 2004 01:25:18 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CVOgP-0006MQ-Tf for qemu-devel@nongnu.org; Sat, 20 Nov 2004 01:25:17 -0500 Received: from [128.114.48.10] (helo=services.cse.ucsc.edu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CVOX8-0007xl-3L for qemu-devel@nongnu.org; Sat, 20 Nov 2004 01:15:42 -0500 Received: from [192.168.2.19] (netblock-66-159-222-224.dslextreme.com [66.159.222.224]) (authenticated bits=0) by services.cse.ucsc.edu (8.13.1/8.13.1) with ESMTP id iAK6FY8Y026610 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 19 Nov 2004 22:15:39 -0800 (PST) Message-ID: <419EE215.5000701@chesstrain.com> Date: Fri, 19 Nov 2004 22:20:05 -0800 From: Shivkumar Shivaji MIME-Version: 1.0 References: <20041119181328.2C58638183@rekin11.go2.pl> In-Reply-To: <20041119181328.2C58638183@rekin11.go2.pl> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Qemu code copy Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Is there anything preventing qemu regular (not qemu-fast) from using code-copy? Currently, code copy only works on hard mmu. Is there a way to enable it on the regular qemu?