From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blxz8-0007m8-Cq for qemu-devel@nongnu.org; Mon, 19 Sep 2016 08:47:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1blxz2-0007pl-My for qemu-devel@nongnu.org; Mon, 19 Sep 2016 08:47:45 -0400 Received: from mail-yw0-x22d.google.com ([2607:f8b0:4002:c05::22d]:35555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blxz2-0007pM-IK for qemu-devel@nongnu.org; Mon, 19 Sep 2016 08:47:40 -0400 Received: by mail-yw0-x22d.google.com with SMTP id u82so139921349ywc.2 for ; Mon, 19 Sep 2016 05:47:40 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1473185229-4597-1-git-send-email-yurovsky@gmail.com> References: <1473185229-4597-1-git-send-email-yurovsky@gmail.com> From: Peter Maydell Date: Mon, 19 Sep 2016 13:47:19 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] arm: add Cortex A7 CPU parameters List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrey Yurovsky Cc: QEMU Developers On 6 September 2016 at 19:07, Andrey Yurovsky wrote: > Add the "cortex-a7" CPU with features and registers matching the Cortex-A7 > MPCore Technical Reference Manual and the Cortex-A7 Floating-Point Unit > Technical Reference Manual. The A7 is very similar to the A15. > > Signed-off-by: Andrey Yurovsky > Reviewed-by: Peter Maydell > --- > target-arm/cpu.c | 46 ++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 46 insertions(+) Applied to target-arm.next, thanks. -- PMM