From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbBDJ-0001na-L1 for qemu-devel@nongnu.org; Mon, 06 Oct 2014 12:32:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbBDE-0005le-Or for qemu-devel@nongnu.org; Mon, 06 Oct 2014 12:32:45 -0400 Received: from mail-la0-f49.google.com ([209.85.215.49]:43993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbBDE-0005lP-IL for qemu-devel@nongnu.org; Mon, 06 Oct 2014 12:32:40 -0400 Received: by mail-la0-f49.google.com with SMTP id q1so4689278lam.22 for ; Mon, 06 Oct 2014 09:32:39 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1412113785-21525-1-git-send-email-greg.bellows@linaro.org> References: <1412113785-21525-1-git-send-email-greg.bellows@linaro.org> From: Peter Maydell Date: Mon, 6 Oct 2014 17:32:19 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v5 00/33] target-arm: add Security Extensions for CPUs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Bellows Cc: Sergey Fedorov , QEMU Developers , Fabian Aggeler , "Edgar E. Iglesias" On 30 September 2014 22:49, Greg Bellows wrote: > Version 5 of the ARM processor security extension (TrustZone) support. > This patchset includes changes to support the processor security extensions > on ARMv7 aarch32 with hooks for later enabling v8 aarch64/32. Thanks. I've reviewed the first dozen or so patches, and I think at that point the later patches start to need enough changes based on review comments on the first ones that it's not worth reviewing them at the moment. If you could respin and send out a v6 with the comments so far addressed that would be great. We're into soft freeze at this point, so my intention with these patches is to commit as many of the preliminary ones as we can get definitely reviewed over the next week or so, since they don't actually change behaviour for the existing CPUs. After that the freeze starts to get solid enough that anything remaining we'll just have to do review on so it's ready to commit when we finish the 2.2 release in early December, I'm afraid. -- PMM