From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYZfA-00045C-EJ for qemu-devel@nongnu.org; Thu, 28 Jun 2018 12:20:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYZf9-0006ou-Jw for qemu-devel@nongnu.org; Thu, 28 Jun 2018 12:20:52 -0400 Received: from mail-oi0-x242.google.com ([2607:f8b0:4003:c06::242]:43736) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fYZf9-0006nm-Dh for qemu-devel@nongnu.org; Thu, 28 Jun 2018 12:20:51 -0400 Received: by mail-oi0-x242.google.com with SMTP id 8-v6so1119234oin.10 for ; Thu, 28 Jun 2018 09:20:51 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1529699547-17044-5-git-send-email-alindsay@codeaurora.org> References: <1529699547-17044-1-git-send-email-alindsay@codeaurora.org> <1529699547-17044-5-git-send-email-alindsay@codeaurora.org> From: Peter Maydell Date: Thu, 28 Jun 2018 17:20:29 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v5 04/13] target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization Extensions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aaron Lindsay Cc: qemu-arm , Alistair Francis , Wei Huang , Peter Crosthwaite , QEMU Developers , Michael Spradling , Digant Desai , Aaron Lindsay On 22 June 2018 at 21:32, Aaron Lindsay wrote: > Signed-off-by: Aaron Lindsay > --- > target/arm/cpu.c | 21 ++++++++++++++------- > target/arm/cpu.h | 1 + > target/arm/kvm32.c | 8 ++++---- > 3 files changed, 19 insertions(+), 11 deletions(-) Reviewed-by: Peter Maydell thanks -- PMM