From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MpZ4S-0000Dh-Gd for qemu-devel@nongnu.org; Sun, 20 Sep 2009 22:56:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MpZ4R-0000DV-3Y for qemu-devel@nongnu.org; Sun, 20 Sep 2009 22:56:07 -0400 Received: from [199.232.76.173] (port=52960 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MpZ4Q-0000DS-VX for qemu-devel@nongnu.org; Sun, 20 Sep 2009 22:56:06 -0400 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:35021 helo=grelber.thyrsus.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MpZ4Q-0004WV-Gz for qemu-devel@nongnu.org; Sun, 20 Sep 2009 22:56:06 -0400 From: Rob Landley Subject: Re: [Qemu-devel] [PATCH 00/17] m68k: add partial Motorola 680x0 support Date: Sun, 20 Sep 2009 21:56:02 -0500 References: <1243636921-23054-1-git-send-email-laurent@vivier.eu> In-Reply-To: <1243636921-23054-1-git-send-email-laurent@vivier.eu> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909202156.03851.rob@landley.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Till Straumann , Charles Stevens , schwab@linux-m68k.org, Laurent Vivier On Friday 29 May 2009 17:41:44 Laurent Vivier wrote: > This series of patches is a port to Qemu 0.10 of Andreas Schwab M68K patch > to support Motorola 680x0 CPU family. > > It has been tested with some commands from a debian m68k lenny disk. Has there been any progress on this? (Or current versions I can test?) I have a cross compiler, root filesystem, and kernel built for m68k, but no test environment. Charles Stevens got a system image running under aranym, but that has several limitations (such as no serial I/O, which makes a serial console problematic), and I'm testing all my other targets on qemu. All the current system images are coldfire, which I haven't played with because I haven't done any nommu targets yet. Presumably I could shoehorn a real m68k into a coldfire system emulation, assuming I could beat a relevant .config out of the kernel... Rob -- Latency is more important than throughput. It's that simple. - Linus Torvalds