[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/8] SMMU handling for PCIe Passthrough on ARM
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Stewart Hildebrand <stewart.hildebrand@xxxxxxx>
- Date: Thu, 11 May 2023 15:16:46 -0400
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=m0+bgrDfozFwgaJjbhU1yrwEC2X4rAWcvmwSr5MYghU=; b=Ztqmtfzyyl3QwkAlP7TbPK/xljwlJpbRN7ncOpGawR54e4/61OwZQ5hUuvvYwg50U3sszsTKc6J7rjfiixsnoNjzDNqGG7rV81bz+UAJ124qsT3hmQ/aODyfcttDfggldWVcn+EmATXxso0j4/lRyFTvtHgWQ5L+m1RfXWZh1Njc118JBIpRVGk+tyibW6kDzTjuLX/23qQIllVDsMseNHbXVuQhURQMRiBZvfP4++mX3G9Y0KYexRRYLJX5YI2eS9GStuuYTcC4DQWt0qsnRunCyDvZDnJt9VEKPf50jz0EDUhUOnmPOyIYYsPt13EQAMq3pPfPtFVNlICDQ7woLw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=APPYOGhKMx3ts6jc9WSoBTvo6LCj+TSeWGxVj9VhIQzrpTzxhQUq7kMwypwdhNgQ3OY8bLXueHQCI8LTuqT+aKoABW+DzN5wxgQgVhinjQOg9FBCJ0lBh9uxjsn3ttwHiKA+lonYRH04ebhGLw+ZQSzKg68vTQdHDXS6qgxbddXjYkMol6mPWrCkM3flFAheK+sHNapJ9IpzLwfpTWt2p3iOgnmF8bwy752DeyItnLx/gnvhh48BD60ks96pagf27l+X3cyJ22qxTq2SmdUS2ewPTfjR1csnLeq1neGWmDQFDaW+jr4L1jSx8ecySpYLo/1dm/Yv1yzJz+uyJqWS8A==
- Cc: Stewart Hildebrand <stewart.hildebrand@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Rahul Singh <rahul.singh@xxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, "Paul Durrant" <paul@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Delivery-date: Thu, 11 May 2023 19:17:45 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
This series introduces SMMU handling for PCIe passthrough on ARM. These patches
are independent from (and don't depend on) the vPCI reference counting/locking
work in progress, and should be able to be upstreamed independently.
v1-v2:
* phantom device handling
* shuffle around iommu_add_dt_pci_device()
Oleksandr Andrushchenko (1):
xen/arm: smmuv2: Add PCI devices support for SMMUv2
Oleksandr Tyshchenko (4):
xen/arm: Move is_protected flag to struct device
iommu/arm: Add iommu_dt_xlate()
iommu/arm: Introduce iommu_add_dt_pci_device API
pci/arm: Use iommu_add_dt_pci_device()
Rahul Singh (1):
xen/arm: smmuv3: Add PCI devices support for SMMUv3
Stewart Hildebrand (2):
iommu/arm: iommu_add_dt_pci_device phantom handling
RFC: pci/arm: don't do iommu call for phantom functions
xen/arch/arm/domain_build.c | 4 +-
xen/arch/arm/include/asm/device.h | 13 ++
xen/common/device_tree.c | 2 +-
xen/drivers/passthrough/arm/ipmmu-vmsa.c | 8 +-
xen/drivers/passthrough/arm/smmu-v3.c | 74 +++++++-
xen/drivers/passthrough/arm/smmu.c | 110 +++++++++---
xen/drivers/passthrough/device_tree.c | 218 ++++++++++++++++++++---
xen/drivers/passthrough/pci.c | 21 ++-
xen/include/xen/device_tree.h | 38 ++--
xen/include/xen/iommu.h | 6 +-
10 files changed, 417 insertions(+), 77 deletions(-)
--
2.40.1
|