From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bc22m-0003Hy-Mx for qemu-devel@nongnu.org; Sun, 20 Jun 2004 09:07:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bc22l-0003Hi-1l for qemu-devel@nongnu.org; Sun, 20 Jun 2004 09:07:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bc22k-0003HY-VZ for qemu-devel@nongnu.org; Sun, 20 Jun 2004 09:07:31 -0400 Received: from [193.252.22.29] (helo=mwinf0202.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bc21J-0003sa-Qf for qemu-devel@nongnu.org; Sun, 20 Jun 2004 09:06:02 -0400 Received: from bellard.org (ATuileries-112-1-4-107.w81-53.abo.wanadoo.fr [81.53.133.107]) by mwinf0202.wanadoo.fr (SMTP Server) with ESMTP id C3A90A4002FB for ; Sun, 20 Jun 2004 15:06:00 +0200 (CEST) Message-ID: <40D58C53.20200@bellard.org> Date: Sun, 20 Jun 2004 15:08:35 +0200 From: Fabrice Bellard MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] News - APM support 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, My last commits add the following: - APM support in QEMU (this should also benefit to the Bochs project as most of the patches are in the Bochs BIOS). It means that now you can shutdown the emulator as a real PC (tested with linux 2.4 and Windows 9x). - The system reset also does now a real system reset. - PCI is the default. You can use the '-isa' option to switch back to ISA-only. Tell me if you see problems. Fabrice.