From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L07p5-0000zK-IN for qemu-devel@nongnu.org; Tue, 11 Nov 2008 23:59:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L07p3-0000z8-62 for qemu-devel@nongnu.org; Tue, 11 Nov 2008 23:59:22 -0500 Received: from [199.232.76.173] (port=33497 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L07p3-0000z5-09 for qemu-devel@nongnu.org; Tue, 11 Nov 2008 23:59:21 -0500 Received: from mta23.gyao.ne.jp ([125.63.38.249]:21652 helo=mx.gate01.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L07p2-0001e9-IL for qemu-devel@nongnu.org; Tue, 11 Nov 2008 23:59:20 -0500 Date: Wed, 12 Nov 2008 13:58:14 +0900 From: Paul Mundt Message-ID: <20081112045814.GB16332@linux-sh.org> References: <20081110233926.3d8c7fd1.kristoffer.ericson@gmail.com> <20081111141335.3c869c26.yoshii.takashi@gmail.com> <20081111122700.79906a33.kristoffer.ericson@gmail.com> <20081112133313.967c82e2.yoshii.takashi@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081112133313.967c82e2.yoshii.takashi@gmail.com> Subject: [Qemu-devel] Re: Qemu SH4 status #2 Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: yoshii.takashi@gmail.com Cc: qemu-devel@nongnu.org, Kristoffer Ericson , takasi-y@ops.dti.ne.jp, "linux-sh@vger.kernel.org" On Wed, Nov 12, 2008 at 01:33:13PM +0900, yoshii.takashi@gmail.com wrote: > Hi, > > > I'm still getting segmentation fault at exact same > > location. Have you made additional patches? > Please find attached file "qemu081111.diff". > Basically, this is an aggregate of patches found on qemu-devel ML, > with some conflicts against current svn source being resolved, > and some small fix are added, which are scheduled to be posted after > I finished with my pending patches. > > I post this to share information between qemu and linux/sh people, > and hopefully accelerate debugging with linux people's help. > > Another file "linuxconfig_r2d_qemu.diff" is diff for linux kernel > configuretion. It changes following parameters from r2d+'s defconfig. > - Cache -> off (qemu has no cache) > - commandline change (for debugging) > - 8139too -> 8139cp (qemu's default is c+, still thinking how to switch) > - SH SPI -> off (sci emulation is not mature enough to handle it) > This is precisely what rts7751r2dplus_qemu_defconfig is for. Please patch that instead, as new features are added.