From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ncia3-00055Q-DD for qemu-devel@nongnu.org; Wed, 03 Feb 2010 11:59:55 -0500 Received: from [199.232.76.173] (port=33683 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ncia3-00055B-29 for qemu-devel@nongnu.org; Wed, 03 Feb 2010 11:59:55 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ncia0-0006TI-Dc for qemu-devel@nongnu.org; Wed, 03 Feb 2010 11:59:53 -0500 Received: from mail-pz0-f190.google.com ([209.85.222.190]:33969) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ncia0-0006TA-31 for qemu-devel@nongnu.org; Wed, 03 Feb 2010 11:59:52 -0500 Received: by pzk28 with SMTP id 28so1562696pzk.4 for ; Wed, 03 Feb 2010 08:59:50 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <79fd481e1002030853n4e376e91sca7234fdea3d05d3@mail.gmail.com> References: <79fd481e1002030853n4e376e91sca7234fdea3d05d3@mail.gmail.com> Date: Wed, 3 Feb 2010 17:59:50 +0100 Message-ID: <761ea48b1002030859s548f0786xc03954d8b767933c@mail.gmail.com> Subject: Re: [Qemu-devel] Adding support for MIPS64 as host From: Laurent Desnogues Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Utkarsh Sopan Cc: qemu-devel@nongnu.org On Wed, Feb 3, 2010 at 5:53 PM, Utkarsh Sopan wrote: > I am trying to add support for MIPS 64 as Host machine as my academic > project. Note that some work has already been done for MIPS host support. > I am new to QEMU. > > Problem is I dont have a MIPS 64 machine to test on. > Please suggest whether or not I can use a nested QEMU emulator to test the > same. > i.e. running my version on top of a simulated MIPS64 machine. > > Is it possible to do so? I was able to run on an x86_64 host, an ARM-hosted QEMU simulating x86. That was for Linux user mode. I can't say if that would work for other targets or for system simulation. Laurent