From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IEldg-0003gf-WF for qemu-devel@nongnu.org; Sat, 28 Jul 2007 08:43:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IEldf-0003gR-FB for qemu-devel@nongnu.org; Sat, 28 Jul 2007 08:43:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IEldf-0003gO-9D for qemu-devel@nongnu.org; Sat, 28 Jul 2007 08:43:19 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IElde-0005zP-PG for qemu-devel@nongnu.org; Sat, 28 Jul 2007 08:43:19 -0400 Message-ID: <46AB39E4.2040106@mail.berlios.de> Date: Sat, 28 Jul 2007 14:43:16 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1176018595.1516.115.camel@rapid> <20070408144103.GM21953@networkno.de> <1176049887.1516.209.camel@rapid> <000c01c77a1e$8bc6d620$a3548260$@com> <20070727142142.GX8527@erizo.shearer.org> <46AA0137.8060007@codemonkey.ws> <20070727143404.GA16020@erizo.shearer.org> <46AA080B.9040902@gmail.com> <20070727185154.GE26960@networkno.de> <46AA4DA4.2030900@gmail.com> <20070728101719.GF26960@networkno.de> <46AB2B87.2030305@gmail.com> In-Reply-To: <46AB2B87.2030305@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: QEMU Automated Testing 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 QEMU can build and run on a MIPS32 host - it just needs a few patches (which were already sent to the list but got lost in CVS head). The patched sources I use to run QEMU MIPS Malta with Debian stable inside of a QEMU Malta emulation on x86 hardware are available from URL http://svn.berlios.de/viewcvs/ar7-firmware/qemu/branches/head/ Use this command to get them: svn checkout http://svn.berlios.de/svnroot/repos/ar7-firmware/qemu/branches/head/ Any combination of big and little endian works with pcnet32: qemu-system-mipsel in qemu-system-mips, qemu-system-mipsel in qemu-system-mipsel, qemu-system-mips in qemu-system-mips, qemu-system-mips in qemu-system-mipsel. Other network emulations only work with some of these combinations. User mode emulation won't work, but it does not work on any platform - not even x86. I did not check MIPS64 emulation. Stefan > Do you have any idea of what else is needed to get QEMU to a usable > state on > MIPS hosts? Are there any other ideas for virtualisation such as Xen > or VMware/ > SimOS? I have asked on the Xen-devel list but nobody gave any feedback > there.