From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LoIc5-0008Ei-In for qemu-devel@nongnu.org; Mon, 30 Mar 2009 10:37:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LoIc2-00088b-2j for qemu-devel@nongnu.org; Mon, 30 Mar 2009 10:37:21 -0400 Received: from [199.232.76.173] (port=54220 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoIc1-00088I-Cn for qemu-devel@nongnu.org; Mon, 30 Mar 2009 10:37:17 -0400 Received: from mel.act-europe.fr ([212.99.106.210]:60588) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LoIc0-0000x5-Nl for qemu-devel@nongnu.org; Mon, 30 Mar 2009 10:37:16 -0400 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 95189290078 for ; Mon, 30 Mar 2009 16:36:35 +0200 (CEST) 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 yKOlBnYFKcFD for ; Mon, 30 Mar 2009 16:36:35 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) by mel.act-europe.fr (Postfix) with ESMTP id 00D82290007 for ; Mon, 30 Mar 2009 16:36:35 +0200 (CEST) From: Tristan Gingold Date: Mon, 30 Mar 2009 16:36:15 +0200 Message-Id: <1238423794-25455-1-git-send-email-gingold@adacore.com> Subject: [Qemu-devel] [PATCH 0/20]: add alpha es40 system emulation (v4) 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 new version of alpha system emulation. I have followed Paul Brook's advice and now patch 02 has only one code paths. For 32 bits address spaces the code looks equivalent to the current one. For address spaces lager than 32 bits, only the size of level may have changed. I have also fixed the comment (thanks to Aurelien) in path 05. Two new bugs in alpha tcg code have been fixed (see pathes 07 and 08) Some bugs have also been fixed in system emulation code. I am making progress... With some additionnal patches, I can now run AlphaBIOS. Comments and reviews are welcome, Tristan.