From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v2 3/7] arm: KVM: Use common AArch32 conditional execution code Date: Tue, 6 Sep 2016 12:53:49 +0200 Message-ID: <20160906105349.GM30513@cbox> References: <1473150527-4729-1-git-send-email-marc.zyngier@arm.com> <1473150527-4729-4-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Peter Maydell , linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu To: Marc Zyngier Return-path: Received: from mail-wm0-f52.google.com ([74.125.82.52]:37039 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932687AbcIFKvW (ORCPT ); Tue, 6 Sep 2016 06:51:22 -0400 Received: by mail-wm0-f52.google.com with SMTP id w12so84243922wmf.0 for ; Tue, 06 Sep 2016 03:51:22 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1473150527-4729-4-git-send-email-marc.zyngier@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Sep 06, 2016 at 09:28:43AM +0100, Marc Zyngier wrote: > Add the bit of glue and const-ification that is required to use > the code inherited from the arm64 port, and move over to it. > > Signed-off-by: Marc Zyngier Acked-by: Christoffer Dall