From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DlYcP-0003HP-0v for qemu-devel@nongnu.org; Thu, 23 Jun 2005 16:48:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DlYcH-0003Ct-Q3 for qemu-devel@nongnu.org; Thu, 23 Jun 2005 16:48:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DlYcD-00032o-FX for qemu-devel@nongnu.org; Thu, 23 Jun 2005 16:48:03 -0400 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DlYXT-0002lw-EA for qemu-devel@nongnu.org; Thu, 23 Jun 2005 16:43:07 -0400 From: Paul Brook Date: Thu, 23 Jun 2005 21:39:26 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506232139.27454.paul@codesourcery.com> Subject: [Qemu-devel] M68K emulation 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 Just a note to let people know I'm starting on implementing m68k/coldfire target emulation for qemu. I've only just started, so plans are a bit vague, don't have anything to show yet. My work will be publicly availbale under the LGPL like the rest of qemu. I'll probably start by implementing linux-user emulation, followed by system emulation. Initial system emulation will probably be of a coldfire reference platform. I'll also look at existing m68k emulations, see if any of their hardware emulation can be reused. Paul