From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v3 38/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration Date: Fri, 13 May 2016 12:11:47 +0200 Message-ID: <20160513101147.GA16274@cbox> References: <1462531568-9799-1-git-send-email-andre.przywara@arm.com> <1462531568-9799-39-git-send-email-andre.przywara@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 1AEFC49B3F for ; Fri, 13 May 2016 06:08:08 -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 J6Gv1yNAi--k for ; Fri, 13 May 2016 06:08:07 -0400 (EDT) Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 15CC449B37 for ; Fri, 13 May 2016 06:08:06 -0400 (EDT) Received: by mail-wm0-f45.google.com with SMTP id g17so21744004wme.1 for ; Fri, 13 May 2016 03:11:09 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1462531568-9799-39-git-send-email-andre.przywara@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: Andre Przywara Cc: Marc Zyngier , linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org List-Id: kvmarm@lists.cs.columbia.edu On Fri, May 06, 2016 at 11:45:51AM +0100, Andre Przywara wrote: > From: Eric Auger > > This patch introduces the skeleton for the KVM device operations > associated to KVM_DEV_TYPE_ARM_VGIC_V2 and KVM_DEV_TYPE_ARM_VGIC_V3. > > At that stage kvm_vgic_create is stubbed. > > Signed-off-by: Eric Auger > Signed-off-by: Andre Przywara Reviewed-by: Christoffer Dall From mboxrd@z Thu Jan 1 00:00:00 1970 From: christoffer.dall@linaro.org (Christoffer Dall) Date: Fri, 13 May 2016 12:11:47 +0200 Subject: [PATCH v3 38/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration In-Reply-To: <1462531568-9799-39-git-send-email-andre.przywara@arm.com> References: <1462531568-9799-1-git-send-email-andre.przywara@arm.com> <1462531568-9799-39-git-send-email-andre.przywara@arm.com> Message-ID: <20160513101147.GA16274@cbox> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, May 06, 2016 at 11:45:51AM +0100, Andre Przywara wrote: > From: Eric Auger > > This patch introduces the skeleton for the KVM device operations > associated to KVM_DEV_TYPE_ARM_VGIC_V2 and KVM_DEV_TYPE_ARM_VGIC_V3. > > At that stage kvm_vgic_create is stubbed. > > Signed-off-by: Eric Auger > Signed-off-by: Andre Przywara Reviewed-by: Christoffer Dall