All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] xen/pci: implement is_memory_hole for ARM
@ 2022-09-01  9:29 Rahul Singh
  2022-09-01  9:29 ` [PATCH v3 1/2] xen/arm: pci: modify pci_find_host_bridge_node argument to const pdev Rahul Singh
  2022-09-01  9:29 ` [PATCH v3 2/2] xen/pci: replace call to is_memory_hole to pci_check_bar Rahul Singh
  0 siblings, 2 replies; 16+ messages in thread
From: Rahul Singh @ 2022-09-01  9:29 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 | 47 ++++++++++++++++++++++++++++--
 xen/arch/x86/include/asm/pci.h     | 10 +++++++
 xen/drivers/passthrough/pci.c      |  8 ++---
 4 files changed, 63 insertions(+), 7 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2022-09-07 12:47 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-01  9:29 [PATCH v3 0/2] xen/pci: implement is_memory_hole for ARM Rahul Singh
2022-09-01  9:29 ` [PATCH v3 1/2] xen/arm: pci: modify pci_find_host_bridge_node argument to const pdev Rahul Singh
2022-09-01  9:29 ` [PATCH v3 2/2] xen/pci: replace call to is_memory_hole to pci_check_bar Rahul Singh
2022-09-01 17:08   ` Oleksandr
2022-09-03  0:24   ` Stefano Stabellini
2022-09-06  8:53     ` Jan Beulich
2022-09-07  8:58       ` Julien Grall
2022-09-07  9:07         ` Jan Beulich
2022-09-07 10:00           ` Julien Grall
2022-09-07 12:01             ` Jan Beulich
2022-09-07 12:47               ` Julien Grall
2022-09-03  7:18   ` Julien Grall
2022-09-06  9:39     ` Rahul Singh
2022-09-06  9:53       ` Julien Grall
2022-09-07  8:15         ` Rahul Singh
2022-09-06  8:54   ` Jan Beulich

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.