From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lnd3P-0002x4-5F for qemu-devel@nongnu.org; Sat, 28 Mar 2009 14:14:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lnd3K-0002uV-6I for qemu-devel@nongnu.org; Sat, 28 Mar 2009 14:14:46 -0400 Received: from [199.232.76.173] (port=47713 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lnd3K-0002uS-2c for qemu-devel@nongnu.org; Sat, 28 Mar 2009 14:14:42 -0400 Received: from mail-bw0-f172.google.com ([209.85.218.172]:49711) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lnd3J-0004IP-Ht for qemu-devel@nongnu.org; Sat, 28 Mar 2009 14:14:41 -0400 Received: by bwz20 with SMTP id 20so1291469bwz.34 for ; Sat, 28 Mar 2009 11:14:40 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20090325225438.910911510@amt.cnet> References: <20090325224714.853788328@amt.cnet> <20090325225438.910911510@amt.cnet> Date: Sat, 28 Mar 2009 20:14:40 +0200 Message-ID: Subject: Re: [Qemu-devel] [patch 03/10] qemu: per-arch cpu_has_work From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 Cc: Marcelo Tosatti 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).