All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3]  xen/arm: Make PCI passthrough code non-x86 specific
@ 2020-11-16 12:25 Rahul Singh
  2020-11-16 12:25 ` [PATCH v3 1/3] xen/ns16550: Make ns16550 driver usable on ARM with HAS_PCI enabled Rahul Singh
                   ` (2 more replies)
  0 siblings, 3 replies; 35+ messages in thread
From: Rahul Singh @ 2020-11-16 12:25 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 v3 of preparatory work to make PCI passthrough code
non-x86 specific.

Rahul Singh (3):
  xen/ns16550: Make ns16550 driver usable on ARM with HAS_PCI enabled.
  xen/pci: Move x86 specific code to x86 directory.
  xen/pci: solve compilation error on ARM with HAS_PCI enabled.

 xen/drivers/char/Kconfig                    |  4 +
 xen/drivers/char/ns16550.c                  | 32 ++++----
 xen/drivers/passthrough/Makefile            |  3 -
 xen/drivers/passthrough/pci.c               | 86 +--------------------
 xen/drivers/passthrough/x86/Makefile        |  1 +
 xen/drivers/passthrough/{io.c => x86/hvm.c} | 66 ++++++++++++++++
 xen/drivers/passthrough/x86/iommu.c         | 19 +++++
 xen/include/xen/iommu.h                     |  2 +
 xen/include/xen/pci.h                       |  2 +
 9 files changed, 112 insertions(+), 103 deletions(-)
 rename xen/drivers/passthrough/{io.c => x86/hvm.c} (95%)

-- 
2.17.1



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

end of thread, other threads:[~2020-11-24 10:49 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-16 12:25 [PATCH v3 0/3] xen/arm: Make PCI passthrough code non-x86 specific Rahul Singh
2020-11-16 12:25 ` [PATCH v3 1/3] xen/ns16550: Make ns16550 driver usable on ARM with HAS_PCI enabled Rahul Singh
2020-11-17  1:11   ` Stefano Stabellini
2020-11-17 10:55   ` Jan Beulich
2020-11-18 15:02     ` Rahul Singh
2020-11-18 15:16       ` Jan Beulich
2020-11-18 15:35         ` Julien Grall
2020-11-19  8:56           ` Jan Beulich
2020-11-19  9:00           ` Jan Beulich
2020-11-19  9:45             ` Julien Grall
2020-11-18 15:50   ` Julien Grall
2020-11-19  9:05     ` Jan Beulich
2020-11-19  9:21       ` Julien Grall
2020-11-19  9:53         ` Jan Beulich
2020-11-19 10:16           ` Julien Grall
2020-11-19 15:54             ` Rahul Singh
2020-11-19 16:22               ` Jan Beulich
2020-11-19 23:37               ` Stefano Stabellini
2020-11-19 23:50                 ` Julien Grall
2020-11-20  0:14                   ` Stefano Stabellini
2020-11-23 11:54                     ` Rahul Singh
2020-11-23 13:19                       ` Jan Beulich
2020-11-23 22:38                         ` Stefano Stabellini
2020-11-23 17:13                     ` Julien Grall
2020-11-24  9:47                       ` Jan Beulich
2020-11-24 10:22                         ` Julien Grall
2020-11-24 10:49                           ` Jan Beulich
2020-11-16 12:25 ` [PATCH v3 2/3] xen/pci: Move x86 specific code to x86 directory Rahul Singh
2020-11-17  1:20   ` Stefano Stabellini
2020-11-17  9:49     ` Rahul Singh
2020-11-17 11:03   ` Jan Beulich
2020-11-17 16:52     ` Rahul Singh
2020-11-16 12:25 ` [PATCH v3 3/3] xen/pci: solve compilation error on ARM with HAS_PCI enabled Rahul Singh
2020-11-17 11:12   ` Jan Beulich
2020-11-17 16:15     ` 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.