From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cv17a-0003BC-F3 for qemu-devel@nongnu.org; Sat, 29 Jan 2005 17:31:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cv17G-00030V-Ck for qemu-devel@nongnu.org; Sat, 29 Jan 2005 17:30:54 -0500 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cv0RH-00037i-39 for qemu-devel@nongnu.org; Sat, 29 Jan 2005 16:47:31 -0500 Received: from localhost (localhost [127.0.0.1]) by djali.polytechnique.org (Postfix) with ESMTP id BF66D33189 for ; Sat, 29 Jan 2005 22:47:29 +0100 (CET) Received: from djali.polytechnique.org ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05043-09 for ; Sat, 29 Jan 2005 22:47:29 +0100 (CET) Received: from [84.99.204.84] (84.204.99-84.rev.gaoland.net [84.99.204.84]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 92E9C3317D for ; Sat, 29 Jan 2005 22:47:29 +0100 (CET) Message-ID: <41FC04A8.5090308@bellard.org> Date: Sat, 29 Jan 2005 22:48:24 +0100 From: Fabrice Bellard MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] qemu-fast target removal ? 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 Hi, I plan to remove the 'qemu-fast' target in the next release of QEMU. It is too painful to maintain, difficult to port and it needs a patched guest OS to work correctly. This target is replaced by the standard QEMU with soft mmu support. The QEMU Kernel Acceleration Layer which will be unveiled very soon will give much more performance while working with unpatched guest OSes. Fabrice.