From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LMKjP-00072M-RY for qemu-devel@nongnu.org; Mon, 12 Jan 2009 06:13:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LMKjO-00070u-5c for qemu-devel@nongnu.org; Mon, 12 Jan 2009 06:13:19 -0500 Received: from [199.232.76.173] (port=43770 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMKjO-00070j-0s for qemu-devel@nongnu.org; Mon, 12 Jan 2009 06:13:18 -0500 Received: from mx2.redhat.com ([66.187.237.31]:55606) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LMKjN-0002ZR-JJ for qemu-devel@nongnu.org; Mon, 12 Jan 2009 06:13:17 -0500 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n0CBDGiE021591 for ; Mon, 12 Jan 2009 06:13:16 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n0CBDGMV003217 for ; Mon, 12 Jan 2009 06:13:17 -0500 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n0CBDD78023472 for ; Mon, 12 Jan 2009 06:13:16 -0500 Subject: Re: [Qemu-devel] qemu-sh4 broken From: Mark McLoughlin In-Reply-To: <496A4162.7020908@mail.berlios.de> References: <20090111142324.GB12080@game.jcrosoft.org> <496A4162.7020908@mail.berlios.de> Content-Type: text/plain Date: Mon, 12 Jan 2009 11:13:12 +0000 Message-Id: <1231758792.4290.130.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin , 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 On Sun, 2009-01-11 at 19:58 +0100, Stefan Weil wrote: > Jean-Christophe PLAGNIOL-VILLARD schrieb: > > Hi, > > > > The following commit r6216 or afdadbe3 (git) > > Add a model string to VLANClientState (Mark McLoughlin) > > brake the qemu system SH4 emulation > > > > Mark could you take a look > > > > Best Regards, > > J. > This might be fixed with the patch I just sent to the list > ([Qemu-devel] [BUG][PATCH] Fix a nullpointer crash caused by r6216). > > Could you please try it? Hmm, I thought Anthony had already merged my fixes for this stuff ... but it seems not. See the four patches starting with: [PATCH 1/4] Add qemu_check_nic_model() and qemu_check_nic_model_list() http://lists.gnu.org/archive/html/qemu-devel/2009-01/msg00296.html Cheers, Mark.