From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v2 1/7] arm64: KVM: Move kvm_vcpu_get_condition out of emulate.c Date: Tue, 6 Sep 2016 12:47:25 +0200 Message-ID: <20160906104725.GJ30513@cbox> References: <1473150527-4729-1-git-send-email-marc.zyngier@arm.com> <1473150527-4729-2-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 5AB2949B4C for ; Tue, 6 Sep 2016 06:36:34 -0400 (EDT) Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w1atyeaX3nHa for ; Tue, 6 Sep 2016 06:36:33 -0400 (EDT) Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 86A4949B50 for ; Tue, 6 Sep 2016 06:36:33 -0400 (EDT) Received: by mail-wm0-f43.google.com with SMTP id w12so11366186wmf.0 for ; Tue, 06 Sep 2016 03:44:57 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1473150527-4729-2-git-send-email-marc.zyngier@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu To: Marc Zyngier Cc: kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu List-Id: kvmarm@lists.cs.columbia.edu On Tue, Sep 06, 2016 at 09:28:41AM +0100, Marc Zyngier wrote: > In order to make emulate.c more generic, move the arch-specific > manupulation bits out of emulate.c. > > Signed-off-by: Marc Zyngier Acked-by: Christoffer Dall From mboxrd@z Thu Jan 1 00:00:00 1970 From: christoffer.dall@linaro.org (Christoffer Dall) Date: Tue, 6 Sep 2016 12:47:25 +0200 Subject: [PATCH v2 1/7] arm64: KVM: Move kvm_vcpu_get_condition out of emulate.c In-Reply-To: <1473150527-4729-2-git-send-email-marc.zyngier@arm.com> References: <1473150527-4729-1-git-send-email-marc.zyngier@arm.com> <1473150527-4729-2-git-send-email-marc.zyngier@arm.com> Message-ID: <20160906104725.GJ30513@cbox> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Sep 06, 2016 at 09:28:41AM +0100, Marc Zyngier wrote: > In order to make emulate.c more generic, move the arch-specific > manupulation bits out of emulate.c. > > Signed-off-by: Marc Zyngier Acked-by: Christoffer Dall