From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2TNK-0005Mm-Qp for qemu-devel@nongnu.org; Wed, 01 Sep 2004 07:34:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C2TNF-0005Jw-Bd for qemu-devel@nongnu.org; Wed, 01 Sep 2004 07:33:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2TNE-0005Js-Ra for qemu-devel@nongnu.org; Wed, 01 Sep 2004 07:33:56 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C2THo-00065h-En for qemu-devel@nongnu.org; Wed, 01 Sep 2004 07:28:20 -0400 Received: from [151.189.21.46] (helo=mail-in-01.arcor-online.net) by mx20.gnu.org with esmtp (Exim 4.34) id 1C2SM1-0005Bg-FS for qemu-devel@nongnu.org; Wed, 01 Sep 2004 06:28:37 -0400 Date: Wed, 1 Sep 2004 00:22:17 +0200 From: Richard Zidlicky Subject: Re: [Qemu-devel] sparc? Message-ID: <20040831222217.GA10725@linux-m68k.org> References: <412DC42E.4070804@gmx.com> <412FC3CB.3010304@gmx.com> <413083B1.2040102@bellard.org> <4130B905.5090706@gmx.com> <4131E783.5000307@gmx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <4131E783.5000307@gmx.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: bochnig@pool.math.tu-berlin.de, qemu-devel@nongnu.org On Sun, Aug 29, 2004 at 04:26:11PM +0200, Bochnig, Martin wrote: > All I was/am able to handle was just a copy&paste of Richard Zidlicky's > patch at > http://lists.gnu.org/archive/html/qemu-devel/2004-03/msg00078.html and > changing its name to sparc. the thing didn't work very well for me either, it got a bit further than a black screen though :) The best way to debug is run "qemu -d exec" and compare with a run with exact same options on a working host. Once you get a bit further you need to make sure that rtdsc is same on both hosts. Richard