From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uwoyv-0008D9-Bx for qemu-devel@nongnu.org; Wed, 10 Jul 2013 03:38:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uwoyu-0005IW-3X for qemu-devel@nongnu.org; Wed, 10 Jul 2013 03:38:33 -0400 Received: from mail-pb0-f52.google.com ([209.85.160.52]:45674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uwoyt-0005II-Tw for qemu-devel@nongnu.org; Wed, 10 Jul 2013 03:38:32 -0400 Received: by mail-pb0-f52.google.com with SMTP id xa12so6348118pbc.39 for ; Wed, 10 Jul 2013 00:38:31 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <8549a20530b9331af1c3d725f4cb9a3e4fe3a9b2.1373429432.git.peter.crosthwaite@xilinx.com> References: <8549a20530b9331af1c3d725f4cb9a3e4fe3a9b2.1373429432.git.peter.crosthwaite@xilinx.com> From: Peter Maydell Date: Wed, 10 Jul 2013 08:38:10 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v1 4/4] target-arm: Add CP15 VBAR support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.crosthwaite@xilinx.com Cc: qemu-devel@nongnu.org On 10 July 2013 05:23, wrote: > From: Nathan Rossi > > Added Vector Base Address remapping on ARM v7. This is only present on CPUs with TrustZone. On the other hand we already implement one or two TZ-only registers for pragmatic get-code-working reasons. I'll try to find time over the next day or two for a more careful think about what we should do here. thanks -- PMM