From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Do5bV-00008f-MR for qemu-devel@nongnu.org; Thu, 30 Jun 2005 16:25:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Do5bE-0008QW-Fm for qemu-devel@nongnu.org; Thu, 30 Jun 2005 16:25:28 -0400 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Do5Ws-0002uo-MU for qemu-devel@nongnu.org; Thu, 30 Jun 2005 16:20:58 -0400 Received: from [84.99.204.226] (226.204.99-84.rev.gaoland.net [84.99.204.226]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 3AD4C33186 for ; Thu, 30 Jun 2005 22:15:50 +0200 (CEST) Message-ID: <42C45306.1080001@bellard.org> Date: Thu, 30 Jun 2005 22:16:06 +0200 From: Fabrice Bellard MIME-Version: 1.0 References: <20050630162013.GA2714@code-monkey.de> In-Reply-To: <20050630162013.GA2714@code-monkey.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] qemu-system-ppc 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, Just a clarification about the state of the QEMU PowerPC system emulator in the CVS head: I commited important changes in order to be able to launch Mac OS X, but important changes are needed in the PPC BIOS too and they are not yet commited because some merging is necessary. Sorry for the inconvenience, I am trying to find a temporary solution. The state of Mac OS X is that the graphical installer launches, but the mouse and keyboard behavior is erratic in this mode. Darwin/ppc seems to work correctly on the command line. The performance is far from optimal because generic TLB flush optimisations must be done (I began to implement them but the code is not stable enough to be usable). The PREP target should work as before except that -M prep should be used instead of -prep ('-M' selects the actual machine or platform you want to emulate). Fabrice.