From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N6Gk4-0001zA-Qz for qemu-devel@nongnu.org; Thu, 05 Nov 2009 23:48:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N6Gk0-0001xJ-9m for qemu-devel@nongnu.org; Thu, 05 Nov 2009 23:48:08 -0500 Received: from [199.232.76.173] (port=43294 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6Gjz-0001xG-W4 for qemu-devel@nongnu.org; Thu, 05 Nov 2009 23:48:04 -0500 Received: from mail-pz0-f188.google.com ([209.85.222.188]:40462) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N6Gjz-0005C2-Jn for qemu-devel@nongnu.org; Thu, 05 Nov 2009 23:48:03 -0500 Received: by pzk26 with SMTP id 26so474702pzk.4 for ; Thu, 05 Nov 2009 20:48:02 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 6 Nov 2009 12:48:02 +0800 Message-ID: Subject: Re: [Qemu-devel] How to add a new machine support in qemu? From: Scott Tsai Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Qiu Cc: qemu-devel@nongnu.org On Fri, Nov 6, 2009 at 12:43 PM, Scott Tsai wrote: > Michael, > You might want to read these two threads: > "RE: [Qemu-devel] Support for new target emulator": > http://lists.gnu.org/archive/html/qemu-devel/2009-10/msg02131.html > "[Qemu-devel] [PATCH 00/12] S/390 support" > http://lists.gnu.org/archive/html/qemu-devel/2009-10/msg01857.html On second though, my previous advise is only suited for people adding new instruction set architectures in QEMU, if you're MIPS core doesn't add new instructions then take I'd look at: hw/mips_mipssim.c hw/mips_jazz.c and add the missing platform peripheral emulation?