All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] xen/pci: implement is_memory_hole for ARM
@ 2022-08-17 14:45 Rahul Singh
  2022-08-17 14:45 ` [PATCH v2 1/2] xen/arm: pci: modify pci_find_host_bridge_node argument to const pdev Rahul Singh
  2022-08-17 14:45 ` [PATCH v2 2/2] xen/pci: replace call to is_memory_hole to pci_check_bar Rahul Singh
  0 siblings, 2 replies; 9+ messages in thread
From: Rahul Singh @ 2022-08-17 14:45 UTC (permalink / raw)
  To: xen-devel
  Cc: bertrand.marquis, rahul.singh, Stefano Stabellini, Julien Grall,
	Volodymyr Babchuk, Jan Beulich, Andrew Cooper,
	Roger Pau Monné, Wei Liu, Paul Durrant

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-08-29 23:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-17 14:45 [PATCH v2 0/2] xen/pci: implement is_memory_hole for ARM Rahul Singh
2022-08-17 14:45 ` [PATCH v2 1/2] xen/arm: pci: modify pci_find_host_bridge_node argument to const pdev Rahul Singh
2022-08-19 16:31   ` Oleksandr
2022-08-29 23:05     ` Stefano Stabellini
2022-08-17 14:45 ` [PATCH v2 2/2] xen/pci: replace call to is_memory_hole to pci_check_bar Rahul Singh
2022-08-17 15:18   ` Jan Beulich
2022-08-18 14:58     ` Rahul Singh
2022-08-19  6:07       ` Jan Beulich
2022-08-19 10:18         ` Rahul Singh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.