From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3Bum-0006Mf-PF for qemu-devel@nongnu.org; Wed, 28 Oct 2009 13:02:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3Bui-0006HA-6H for qemu-devel@nongnu.org; Wed, 28 Oct 2009 13:02:28 -0400 Received: from [199.232.76.173] (port=33938 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3Buh-0006Gq-PT for qemu-devel@nongnu.org; Wed, 28 Oct 2009 13:02:23 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]:55741) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3Buh-0004SX-3C for qemu-devel@nongnu.org; Wed, 28 Oct 2009 13:02:23 -0400 Message-ID: <4AE87918.6050306@mail.berlios.de> Date: Wed, 28 Oct 2009 18:02:16 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] Support for new target emulator References: <0F5F73E36031FD46AD3F2E6948F0C0A001DFDE56@frimb01.corp.atmel.com> In-Reply-To: <0F5F73E36031FD46AD3F2E6948F0C0A001DFDE56@frimb01.corp.atmel.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Boyapati, Anitha" Cc: qemu-devel@nongnu.org Boyapati, Anitha schrieb: > Hello, > > We have a proposal to add support for AVR32 target emulation in Qemu. So far, we are able to build qemu from sources on windows using Mingw. > > Besides looking at sources for other targets in qemu tar ball, I have gone through docs for information on how to start adding support for a new target. I will appreciate if someone can give additional pointers on this. Also, kindly let me know the rough estimate of adding basic support to a new target like AVR32. > > There are some threads in Qemu user forums regarding the same. However, link for Qemu user forums is currently reporting a lost connection to mysql server (for the past 4 days?). I did a basic search on Qemu developer mailing list archives and I could not find a relevant thread yet. > > Thanks > Anitha Hi, are you planning qemu host support for avr32, too? I suppose that running i386 linux binaries on avr32 could be interesting for some users. If yes, TCI (Tiny Code Interpreter) might be a good starting point. Kind regards Stefan