From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JW88H-0007M2-79 for qemu-devel@nongnu.org; Mon, 03 Mar 2008 05:42:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JW88E-0007Kw-BV for qemu-devel@nongnu.org; Mon, 03 Mar 2008 05:42:55 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JW88D-0007Kg-AO for qemu-devel@nongnu.org; Mon, 03 Mar 2008 05:42:53 -0500 Received: from smtp7-g19.free.fr ([212.27.42.64]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JW88D-0006LM-4E for qemu-devel@nongnu.org; Mon, 03 Mar 2008 05:42:53 -0500 Received: from smtp7-g19.free.fr (localhost [127.0.0.1]) by smtp7-g19.free.fr (Postfix) with ESMTP id EB0DA32288D for ; Mon, 3 Mar 2008 11:42:50 +0100 (CET) Received: from [127.0.0.1] (rob92-4-82-225-201-66.fbx.proxad.net [82.225.201.66]) by smtp7-g19.free.fr (Postfix) with ESMTP id AD0E632284F for ; Mon, 3 Mar 2008 11:42:50 +0100 (CET) Message-ID: <47CBD62A.10608@reactos.org> Date: Mon, 03 Mar 2008 11:42:50 +0100 From: =?ISO-8859-1?Q?Herv=E9_Poussineau?= MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [0/6] Add MIPS Magnum R4000 machine 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 This serie of patches adds the MIPS Magnum R4000 machine. It has been tested with the official Magnum R4000 firmware, and is able=20 to run programs on floppy. SCSI adapter (in esp.c) still needs some more work to be usable. After these patches are applied, I'll send a patch to fix MIPS PICA 61=20 emulation, which will share most of the Magnum code. Patches 1 and 2 are the Magnum emulation, and patches 3 to 6 fixes=20 problems raised by the firmware. All patches are mostly independant. Herv=E9