From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPgVf-0000nH-Cl for qemu-devel@nongnu.org; Thu, 26 May 2011 15:46:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPgVe-00088S-AN for qemu-devel@nongnu.org; Thu, 26 May 2011 15:46:19 -0400 Received: from mail-pw0-f45.google.com ([209.85.160.45]:63955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPgVe-00088B-4d for qemu-devel@nongnu.org; Thu, 26 May 2011 15:46:18 -0400 Received: by pwi6 with SMTP id 6so521508pwi.4 for ; Thu, 26 May 2011 12:46:16 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1306339215-1228-1-git-send-email-peter.maydell@linaro.org> References: <1306339215-1228-1-git-send-email-peter.maydell@linaro.org> Date: Thu, 26 May 2011 20:46:14 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 0/6] target-arm: reduce usage of global env List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Paul Brook , Aurelien Jarno , patches@linaro.org On 25 May 2011 17:00, Peter Maydell wrote: > This patchset is largely aimed at rolling back the changes from an > earlier patchset of mine: > http://lists.gnu.org/archive/html/qemu-devel/2011-04/msg00244.html Some of these patches include the same TCGv_i32/_ptr error fixed in http://patchwork.ozlabs.org/patch/97559/; I'll submit a v2 once that patch has been committed. -- PMM