From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BYBYb-0006DO-Te for qemu-devel@nongnu.org; Wed, 09 Jun 2004 18:28:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BYBYZ-0006Cm-W2 for qemu-devel@nongnu.org; Wed, 09 Jun 2004 18:28:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BYBYZ-0006Cc-TJ for qemu-devel@nongnu.org; Wed, 09 Jun 2004 18:28:27 -0400 Received: from [193.252.22.26] (helo=mwinf0501.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BYBXj-0006ej-3W for qemu-devel@nongnu.org; Wed, 09 Jun 2004 18:27:35 -0400 Received: from bellard.org (ATuileries-112-1-3-149.w81-48.abo.wanadoo.fr [81.48.134.149]) by mwinf0501.wanadoo.fr (SMTP Server) with ESMTP id 717EE4000A0 for ; Thu, 10 Jun 2004 00:27:34 +0200 (CEST) Message-ID: <40C78F6B.9090408@bellard.org> Date: Thu, 10 Jun 2004 00:30:03 +0200 From: Fabrice Bellard MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] CPU usage reduction in Win9x 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, In order to reduce the CPU usage of QEMU for old versions of Windows which do not use the HLT instruction, you can try: http://www.user.cityline.ru/~maxamn/amnhltm.zip [It seems a good trick to add to the Win98 HOWTO]. Fabrice.