All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] xen/arm: Make PCI passthrough code non-x86 specific
@ 2020-11-03 15:59 Rahul Singh
  2020-11-03 15:59 ` [PATCH v2 1/4] xen/ns16550: solve compilation error on ARM with CONFIG_HAS_PCI enabled Rahul Singh
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Rahul Singh @ 2020-11-03 15:59 UTC (permalink / raw)
  To: xen-devel
  Cc: Bertrand.Marquis, Andrew Cooper, George Dunlap, Ian Jackson,
	Jan Beulich, Julien Grall, Stefano Stabellini, Wei Liu,
	Paul Durrant

This patch series is v2 of preparatory work to make PCI passthrough code
non-x86 specific.

Rahul Singh (4):
  xen/ns16550: solve compilation error on ARM with CONFIG_HAS_PCI
    enabled.
  xen/pci: Introduce new CONFIG_PCI_ATS flag for PCI ATS functionality.
  xen/pci: Move x86 specific code to x86 directory.
  xen/pci: solve compilation error on ARM with HAS_PCI enabled.

 xen/drivers/char/Kconfig             |  7 +++
 xen/drivers/char/ns16550.c           | 32 +++++-----
 xen/drivers/passthrough/ats.h        | 26 ++++++++
 xen/drivers/passthrough/pci.c        | 84 +------------------------
 xen/drivers/passthrough/x86/Makefile |  3 +-
 xen/drivers/passthrough/x86/iommu.c  | 20 ++++++
 xen/drivers/passthrough/x86/pci.c    | 91 ++++++++++++++++++++++++++++
 xen/drivers/pci/Kconfig              |  9 +++
 xen/include/xen/iommu.h              |  2 +
 xen/include/xen/pci.h                |  2 +
 10 files changed, 177 insertions(+), 99 deletions(-)
 create mode 100644 xen/drivers/passthrough/x86/pci.c

-- 
2.17.1



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

end of thread, other threads:[~2020-11-06 13:50 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-03 15:59 [PATCH v2 0/4] xen/arm: Make PCI passthrough code non-x86 specific Rahul Singh
2020-11-03 15:59 ` [PATCH v2 1/4] xen/ns16550: solve compilation error on ARM with CONFIG_HAS_PCI enabled Rahul Singh
2020-11-04 14:16   ` Bertrand Marquis
2020-11-04 15:39   ` Jan Beulich
2020-11-03 15:59 ` [PATCH v2 2/4] xen/pci: Introduce new CONFIG_PCI_ATS flag for PCI ATS functionality Rahul Singh
2020-11-04 14:16   ` Bertrand Marquis
2020-11-04 15:43   ` Jan Beulich
2020-11-04 15:49     ` Jan Beulich
2020-11-05 21:04       ` Stefano Stabellini
2020-11-06  8:23         ` Jan Beulich
2020-11-06 11:43       ` Rahul Singh
2020-11-06 12:48         ` Jan Beulich
2020-11-06 13:49           ` Julien Grall
2020-11-03 15:59 ` [PATCH v2 3/4] xen/pci: Move x86 specific code to x86 directory Rahul Singh
2020-11-04 14:16   ` Bertrand Marquis
2020-11-05 21:08   ` Stefano Stabellini
2020-11-06  9:09   ` Jan Beulich
2020-11-06 10:18     ` Rahul Singh
2020-11-03 15:59 ` [PATCH v2 4/4] xen/pci: solve compilation error on ARM with HAS_PCI enabled Rahul Singh
2020-11-04 14:16   ` Bertrand Marquis
2020-11-06  9:21   ` Jan Beulich
2020-11-06 11:39     ` 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.