[PATCH v2 0/2] xen/pci: implement is_memory_hole for ARM

Rahul Singh posted 2 patches 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1660746990.git.rahul.singh@arm.com
Test gitlab-ci passed
There is a newer version of this series
xen/arch/arm/include/asm/pci.h     |  5 ++-
xen/arch/arm/pci/pci-host-common.c | 50 ++++++++++++++++++++++++++++--
xen/arch/x86/include/asm/pci.h     | 10 ++++++
xen/drivers/passthrough/pci.c      |  8 ++---
4 files changed, 66 insertions(+), 7 deletions(-)
[PATCH v2 0/2] xen/pci: implement is_memory_hole for ARM
Posted by Rahul Singh 1 year, 8 months ago
This patch series is to implement something like is_memory_hole function for
ARM. 

Rahul Singh (2):
  xen/arm: pci: modify pci_find_host_bridge_node argument to const pdev
  xen/pci: replace call to is_memory_hole to pci_check_bar

 xen/arch/arm/include/asm/pci.h     |  5 ++-
 xen/arch/arm/pci/pci-host-common.c | 50 ++++++++++++++++++++++++++++--
 xen/arch/x86/include/asm/pci.h     | 10 ++++++
 xen/drivers/passthrough/pci.c      |  8 ++---
 4 files changed, 66 insertions(+), 7 deletions(-)

-- 
2.25.1