From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lm8rs-0002qZ-VX for qemu-devel@nongnu.org; Tue, 24 Mar 2009 11:48:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lm8rh-0002iq-Ba for qemu-devel@nongnu.org; Tue, 24 Mar 2009 11:48:38 -0400 Received: from [199.232.76.173] (port=33145 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lm8rg-0002hw-Do for qemu-devel@nongnu.org; Tue, 24 Mar 2009 11:48:32 -0400 Received: from mel.act-europe.fr ([212.99.106.210]:52854) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lm8rf-0003gY-SE for qemu-devel@nongnu.org; Tue, 24 Mar 2009 11:48:32 -0400 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id A5A4C290038 for ; Tue, 24 Mar 2009 16:48:07 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6wpyrwtR6S9B for ; Tue, 24 Mar 2009 16:48:07 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) by mel.act-europe.fr (Postfix) with ESMTP id 0C51C290002 for ; Tue, 24 Mar 2009 16:48:07 +0100 (CET) From: Tristan Gingold Date: Tue, 24 Mar 2009 16:47:42 +0100 Message-Id: <1237909687-31711-1-git-send-email-gingold@adacore.com> Subject: [Qemu-devel] [PATCH 0/25]: add alpha es40 system emulation (v3) 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, these patches add alpha system emulation. Currently it emulates an es40 system just enough to get the firmware prompt. This is the second version of the patches. They addresses the comments made and I made a very improvments too. Only the last patch adds full cpu emulation. Most of the previous ones fix bugs or add new devices and can be applied independently. Tristan.