From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KmtNj-0001io-7k for qemu-devel@nongnu.org; Mon, 06 Oct 2008 12:56:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KmtNh-0001iB-L1 for qemu-devel@nongnu.org; Mon, 06 Oct 2008 12:56:26 -0400 Received: from [199.232.76.173] (port=35502 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmtNh-0001i7-I3 for qemu-devel@nongnu.org; Mon, 06 Oct 2008 12:56:25 -0400 Received: from relay01.mx.bawue.net ([193.7.176.67]:40646) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KmtNh-0002DF-5Y for qemu-devel@nongnu.org; Mon, 06 Oct 2008 12:56:25 -0400 Received: from lagash (p549AC617.dip.t-dialin.net [84.154.198.23]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by relay01.mx.bawue.net (Postfix) with ESMTP id 1B71E48917 for ; Mon, 6 Oct 2008 18:56:23 +0200 (CEST) Received: from ths by lagash with local (Exim 4.69) (envelope-from ) id 1KmtNe-0003h9-7S for qemu-devel@nongnu.org; Mon, 06 Oct 2008 18:56:22 +0200 Date: Mon, 6 Oct 2008 18:56:22 +0200 From: Thiemo Seufer Subject: Re: [Qemu-devel] [PATCH] sparc: show size for unassigned accesses Message-ID: <20081006165622.GA14187@networkno.de> References: <48E430EB.5020202@earthlink.net> <48E9A000.7040808@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Blue Swirl wrote: > On 10/6/08, Robert Reif wrote: > > Blue Swirl wrote: > > > > > On 10/2/08, Robert Reif wrote: > > > > > > > > > > #ifdef TARGET_SPARC > > > > + do_unassigned_access(addr, 0, 0, 0, 1); > > > > +#elif defined(TARGET_CRIS) > > > > do_unassigned_access(addr, 0, 0, 0); > > > > +#endif > > > > + return 0; > > > > > > > > > > > > > > I think it would be cleaner solution to convert also CRIS and MIPS > > > versions to take the size argument. > > Is this patch OK for CRIS and MIPS too? The extra parameter should not hurt. Acked-by: Thiemo Seufer