From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19NjJc-0002s9-Fz for qemu-devel@nongnu.org; Wed, 04 Jun 2003 21:13:16 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19NjJO-0002ZH-QS for qemu-devel@nongnu.org; Wed, 04 Jun 2003 21:13:06 -0400 Received: from smtp6.wanadoo.fr ([193.252.22.28] helo=mwinf0304.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.20) id 19NjJB-00027b-LT for qemu-devel@nongnu.org; Wed, 04 Jun 2003 21:12:49 -0400 Received: from free.fr (unknown [81.53.133.197]) by mwinf0304.wanadoo.fr (SMTP Server) with ESMTP id 4B75DA804069 for ; Thu, 5 Jun 2003 03:12:47 +0200 (CEST) Message-ID: <3EDE9908.2020301@free.fr> Date: Thu, 05 Jun 2003 03:12:40 +0200 From: Fabrice Bellard MIME-Version: 1.0 References: <3ED409D1.6040109@free.fr> <873city82h.fsf@student.uni-tuebingen.de> <3EDBD53F.603@free.fr> <874r386p8k.fsf@student.uni-tuebingen.de> <3EDBF085.6000308@free.fr> <87vfvnjo50.fsf@student.uni-tuebingen.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] QEMU on Alpha Reply-To: qemu-devel@nongnu.org List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , To: qemu-devel@nongnu.org Hi, The CVS version of QEMU should now launch test-i386 successfully on Alpha. If you want to try it, read the README file to know what are the tested tools (gcc 3.3 is _required_). I tested it only with a 2.2 Linux kernel, so I was not able to test the precise exception support which requires a 2.4.20 kernel. The remaining issues (in particular with ls) should only be related to bad syscall emulation, which is easier to fix. Fabrice.