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

Rahul Singh posted 2 patches 1 year, 7 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1662715131.git.rahul.singh@arm.com
xen/arch/arm/include/asm/pci.h     |  5 ++-
xen/arch/arm/pci/pci-host-common.c | 58 ++++++++++++++++++++++++++++--
xen/arch/x86/include/asm/pci.h     | 10 ++++++
xen/drivers/passthrough/pci.c      |  8 ++---
4 files changed, 74 insertions(+), 7 deletions(-)
[PATCH v6 0/2] xen/pci: implement is_memory_hole for ARM
Posted by Rahul Singh 1 year, 7 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 | 58 ++++++++++++++++++++++++++++--
 xen/arch/x86/include/asm/pci.h     | 10 ++++++
 xen/drivers/passthrough/pci.c      |  8 ++---
 4 files changed, 74 insertions(+), 7 deletions(-)

-- 
2.25.1