From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Auger Subject: Re: [RFC v5 00/17] KVM PCIe/MSI passthrough on ARM/ARM64 Date: Wed, 2 Mar 2016 13:30:11 +0100 Message-ID: <56D6DCD3.7070004@linaro.org> References: <1456856877-4817-1-git-send-email-eric.auger@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: "Jaggi, Manish" , "eric.auger-qxv4g6HH51o@public.gmane.org" , "robin.murphy-5wv7dgnIgG8@public.gmane.org" , "alex.williamson-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org" , "will.deacon-5wv7dgnIgG8@public.gmane.org" , "joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org" , "tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org" , "jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org" , "marc.zyngier-5wv7dgnIgG8@public.gmane.org" , "christoffer.dall-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , "kvmarm-FPEHb7Xf0XXUo1n7N8X6UoWGPAHP3yOg@public.gmane.org" , "kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" Cc: "patches-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org" , "p.fedin-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org" , "pranav.sawargaonkar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" List-Id: kvmarm@lists.cs.columbia.edu Hi Manish, On 03/02/2016 09:11 AM, Jaggi, Manish wrote: > > >>> From: Eric Auger >>> Sent: Tuesday, March 1, 2016 11:57 PM >>> To: eric.auger-qxv4g6HH51o@public.gmane.org; eric.auger-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org; robin.murphy-5wv7dgnIgG8@public.gmane.org; alex.williamson-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org; will.deacon-5wv7dgnIgG8@public.gmane.org; joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org; tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org; >>jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org; marc.zyngier-5wv7dgnIgG8@public.gmane.org; christoffer.dall-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org; linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org; kvmarm-FPEHb7Xf0XXUo1n7N8X6UoWGPAHP3yOg@public.gmane.org; kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org >>> Cc: suravee.suthikulpanit-5C7GfCeVMHo@public.gmane.org; patches-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org; linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; Jaggi, Manish; Bharat.Bhushan-KZfg59tc24xl57MIdRCFDg@public.gmane.org; >>pranav.sawargaonkar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org; p.fedin-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org; iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org >>> Subject: [RFC v5 00/17] KVM PCIe/MSI passthrough on ARM/ARM64 > >>> This series addresses KVM PCIe passthrough with MSI enabled on ARM/ARM64. >>> It pursues the efforts done on [1], [2], [3]. It also aims at covering the >>> same need on PowerPC platforms although the same kind of integration >>> .should be carried out. >>> > [snip] >>> - Not tested: ARM GICv3 ITS > > [snip] >>> QEMU Integration: >>> [RFC v2 0/8] KVM PCI/MSI passthrough with mach-virt >>> (http://lists.gnu.org/archive/html/qemu-arm/2016-01/msg00444.html) >>> https://git.linaro.org/people/eric.auger/qemu.git/shortlog/refs/heads/v2.5.0-pci-passthrough-rfc-v2 > > For gicv3 its, I believe, the below series for qemu and kernel is required for gicv3-its > > [RFC PATCH v3 0/5] vITS support > https://lists.gnu.org/archive/html/qemu-devel/2015-11/msg05197.html > > and in kernel CONFIG_HAVE_KVM_MSI must be enabled so that qemu sees MSI capability KVM_CAP_SIGNAL_MSI > > This has a dependency on gsi routing support > KVM: arm/arm64: gsi routing support > https://lkml.org/lkml/2015/6/29/290 which has a dependency on Andre's ITS emulation series too. The Kernel series will be resent soon on top on new vgic design. > > I had both the above series in 4.2 in my local 4.2 tree. Did you have a chance to test with GICv3 ITS already? Best Regards Eric > > BR > -Manish > > From mboxrd@z Thu Jan 1 00:00:00 1970 From: eric.auger@linaro.org (Eric Auger) Date: Wed, 2 Mar 2016 13:30:11 +0100 Subject: [RFC v5 00/17] KVM PCIe/MSI passthrough on ARM/ARM64 In-Reply-To: References: <1456856877-4817-1-git-send-email-eric.auger@linaro.org> Message-ID: <56D6DCD3.7070004@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Manish, On 03/02/2016 09:11 AM, Jaggi, Manish wrote: > > >>> From: Eric Auger >>> Sent: Tuesday, March 1, 2016 11:57 PM >>> To: eric.auger at st.com; eric.auger at linaro.org; robin.murphy at arm.com; alex.williamson at redhat.com; will.deacon at arm.com; joro at 8bytes.org; tglx at linutronix.de; >>jason at lakedaemon.net; marc.zyngier at arm.com; christoffer.dall at linaro.org; linux-arm-kernel at lists.infradead.org; kvmarm at lists.cs.columbia.edu; kvm at vger.kernel.org >>> Cc: suravee.suthikulpanit at amd.com; patches at linaro.org; linux-kernel at vger.kernel.org; Jaggi, Manish; Bharat.Bhushan at freescale.com; >>pranav.sawargaonkar at gmail.com; p.fedin at samsung.com; iommu at lists.linux-foundation.org >>> Subject: [RFC v5 00/17] KVM PCIe/MSI passthrough on ARM/ARM64 > >>> This series addresses KVM PCIe passthrough with MSI enabled on ARM/ARM64. >>> It pursues the efforts done on [1], [2], [3]. It also aims at covering the >>> same need on PowerPC platforms although the same kind of integration >>> .should be carried out. >>> > [snip] >>> - Not tested: ARM GICv3 ITS > > [snip] >>> QEMU Integration: >>> [RFC v2 0/8] KVM PCI/MSI passthrough with mach-virt >>> (http://lists.gnu.org/archive/html/qemu-arm/2016-01/msg00444.html) >>> https://git.linaro.org/people/eric.auger/qemu.git/shortlog/refs/heads/v2.5.0-pci-passthrough-rfc-v2 > > For gicv3 its, I believe, the below series for qemu and kernel is required for gicv3-its > > [RFC PATCH v3 0/5] vITS support > https://lists.gnu.org/archive/html/qemu-devel/2015-11/msg05197.html > > and in kernel CONFIG_HAVE_KVM_MSI must be enabled so that qemu sees MSI capability KVM_CAP_SIGNAL_MSI > > This has a dependency on gsi routing support > KVM: arm/arm64: gsi routing support > https://lkml.org/lkml/2015/6/29/290 which has a dependency on Andre's ITS emulation series too. The Kernel series will be resent soon on top on new vgic design. > > I had both the above series in 4.2 in my local 4.2 tree. Did you have a chance to test with GICv3 ITS already? Best Regards Eric > > BR > -Manish > > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755300AbcCBMaz (ORCPT ); Wed, 2 Mar 2016 07:30:55 -0500 Received: from mail-wm0-f54.google.com ([74.125.82.54]:37406 "EHLO mail-wm0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752873AbcCBMaw (ORCPT ); Wed, 2 Mar 2016 07:30:52 -0500 Subject: Re: [RFC v5 00/17] KVM PCIe/MSI passthrough on ARM/ARM64 To: "Jaggi, Manish" , "eric.auger@st.com" , "robin.murphy@arm.com" , "alex.williamson@redhat.com" , "will.deacon@arm.com" , "joro@8bytes.org" , "tglx@linutronix.de" , "jason@lakedaemon.net" , "marc.zyngier@arm.com" , "christoffer.dall@linaro.org" , "linux-arm-kernel@lists.infradead.org" , "kvmarm@lists.cs.columbia.edu" , "kvm@vger.kernel.org" References: <1456856877-4817-1-git-send-email-eric.auger@linaro.org> Cc: "suravee.suthikulpanit@amd.com" , "patches@linaro.org" , "linux-kernel@vger.kernel.org" , "Bharat.Bhushan@freescale.com" , "pranav.sawargaonkar@gmail.com" , "p.fedin@samsung.com" , "iommu@lists.linux-foundation.org" From: Eric Auger Message-ID: <56D6DCD3.7070004@linaro.org> Date: Wed, 2 Mar 2016 13:30:11 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Manish, On 03/02/2016 09:11 AM, Jaggi, Manish wrote: > > >>> From: Eric Auger >>> Sent: Tuesday, March 1, 2016 11:57 PM >>> To: eric.auger@st.com; eric.auger@linaro.org; robin.murphy@arm.com; alex.williamson@redhat.com; will.deacon@arm.com; joro@8bytes.org; tglx@linutronix.de; >>jason@lakedaemon.net; marc.zyngier@arm.com; christoffer.dall@linaro.org; linux-arm-kernel@lists.infradead.org; kvmarm@lists.cs.columbia.edu; kvm@vger.kernel.org >>> Cc: suravee.suthikulpanit@amd.com; patches@linaro.org; linux-kernel@vger.kernel.org; Jaggi, Manish; Bharat.Bhushan@freescale.com; >>pranav.sawargaonkar@gmail.com; p.fedin@samsung.com; iommu@lists.linux-foundation.org >>> Subject: [RFC v5 00/17] KVM PCIe/MSI passthrough on ARM/ARM64 > >>> This series addresses KVM PCIe passthrough with MSI enabled on ARM/ARM64. >>> It pursues the efforts done on [1], [2], [3]. It also aims at covering the >>> same need on PowerPC platforms although the same kind of integration >>> .should be carried out. >>> > [snip] >>> - Not tested: ARM GICv3 ITS > > [snip] >>> QEMU Integration: >>> [RFC v2 0/8] KVM PCI/MSI passthrough with mach-virt >>> (http://lists.gnu.org/archive/html/qemu-arm/2016-01/msg00444.html) >>> https://git.linaro.org/people/eric.auger/qemu.git/shortlog/refs/heads/v2.5.0-pci-passthrough-rfc-v2 > > For gicv3 its, I believe, the below series for qemu and kernel is required for gicv3-its > > [RFC PATCH v3 0/5] vITS support > https://lists.gnu.org/archive/html/qemu-devel/2015-11/msg05197.html > > and in kernel CONFIG_HAVE_KVM_MSI must be enabled so that qemu sees MSI capability KVM_CAP_SIGNAL_MSI > > This has a dependency on gsi routing support > KVM: arm/arm64: gsi routing support > https://lkml.org/lkml/2015/6/29/290 which has a dependency on Andre's ITS emulation series too. The Kernel series will be resent soon on top on new vgic design. > > I had both the above series in 4.2 in my local 4.2 tree. Did you have a chance to test with GICv3 ITS already? Best Regards Eric > > BR > -Manish > >