From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LpWZE-0006RG-8y for qemu-devel@nongnu.org; Thu, 02 Apr 2009 19:43:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpWZ9-0006PG-Uh for qemu-devel@nongnu.org; Thu, 02 Apr 2009 19:43:28 -0400 Received: from [199.232.76.173] (port=40029 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpWZ9-0006P7-Mn for qemu-devel@nongnu.org; Thu, 02 Apr 2009 19:43:23 -0400 Received: from mx2.redhat.com ([66.187.237.31]:56060) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LpWZ9-00089z-83 for qemu-devel@nongnu.org; Thu, 02 Apr 2009 19:43:23 -0400 Date: Thu, 2 Apr 2009 20:42:52 -0300 From: Marcelo Tosatti Subject: Re: [Qemu-devel] [patch 03/10] qemu: per-arch cpu_has_work Message-ID: <20090402234252.GA4803@amt.cnet> References: <20090325224714.853788328@amt.cnet> <20090325225438.910911510@amt.cnet> 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 On Sun, Mar 29, 2009 at 11:13:04PM +0300, Blue Swirl wrote: > On 3/28/09, Blue Swirl wrote: > > On 3/26/09, Marcelo Tosatti wrote: > > > Signed-off-by: Marcelo Tosatti > > > > > > While the patch looks safe, it breaks Sparc32. I think you have mixed > > env1, s and env (which is defined as a fixed host register). > > This version works. New patchset include this version. Thanks.