[PATCH v6 0/5] Kconfig for PCI passthrough on ARM

Stewart Hildebrand posted 5 patches 5 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20231113222118.825758-1-stewart.hildebrand@amd.com
tools/libs/light/libxl_arm.c       |  3 +++
tools/libs/light/libxl_x86.c       |  2 +-
tools/ocaml/libs/xc/xenctrl.ml     |  2 +-
tools/ocaml/libs/xc/xenctrl.mli    |  2 +-
tools/python/xen/lowlevel/xc/xc.c  |  2 +-
xen/arch/arm/Kconfig               | 10 ++++++++++
xen/arch/arm/domain.c              |  3 ++-
xen/arch/arm/domain_build.c        |  6 ++++++
xen/arch/arm/include/asm/domain.h  |  5 ++---
xen/arch/arm/include/asm/pci.h     |  9 +++++++++
xen/arch/arm/pci/pci-host-common.c | 11 ++++++++---
xen/arch/arm/vpci.c                |  8 ++++++++
xen/arch/x86/domain.c              | 20 +++++++++++++++-----
xen/arch/x86/include/asm/domain.h  |  8 +++-----
xen/arch/x86/setup.c               |  4 ++--
xen/common/domain.c                | 15 ++++++++++++++-
xen/drivers/passthrough/pci.c      | 20 ++++++++++++++++++++
xen/include/public/arch-x86/xen.h  |  9 +++++----
xen/include/public/domctl.h        |  6 ++++--
xen/include/xen/domain.h           |  2 ++
20 files changed, 117 insertions(+), 30 deletions(-)
[PATCH v6 0/5] Kconfig for PCI passthrough on ARM
Posted by Stewart Hildebrand 5 months, 2 weeks ago
There are multiple series in development/review [1], [2] that will benefit from
having a Kconfig option for PCI passthrough on ARM. Hence I have sent this
series independent from any other series.

v5->v6:
* address feedback in individual patches

v4->v5:
* add [FUTURE] tag to ("xen/arm: enable vPCI for dom0")
* address feedback in individual patches

v3->v4:
* rename ("xen/arm: pci: plumb xen_arch_domainconfig with pci info")
  to ("xen/vpci: move xen_domctl_createdomain vPCI flag to common")
* fold ("xen/arm: make has_vpci() depend on d->arch.has_vpci")
  into ("xen/vpci: move xen_domctl_createdomain vPCI flag to common")
* split ("xen/arm: enable vPCI for domUs") into separate hypervisor and
  tools patches

v2->v3:
* add ("xen/arm: pci: plumb xen_arch_domainconfig with pci info")
* rename ("xen/arm: make has_vpci depend on CONFIG_HAS_VPCI")
      to ("xen/arm: make has_vpci() depend on d->arch.has_vpci")
* add ("xen/arm: enable vPCI for dom0")

v1->v2:
* add ("[FUTURE] xen/arm: enable vPCI for domUs")

[1] https://lists.xenproject.org/archives/html/xen-devel/2023-10/msg00660.html
[2] https://lists.xenproject.org/archives/html/xen-devel/2023-10/msg00210.html

Rahul Singh (1):
  xen/arm: pci: introduce PCI_PASSTHROUGH Kconfig option

Stewart Hildebrand (4):
  xen/vpci: move xen_domctl_createdomain vPCI flag to common
  [FUTURE] xen/arm: enable vPCI for dom0
  [FUTURE] xen/arm: enable vPCI for domUs
  [FUTURE] tools/arm: enable vPCI for domUs

 tools/libs/light/libxl_arm.c       |  3 +++
 tools/libs/light/libxl_x86.c       |  2 +-
 tools/ocaml/libs/xc/xenctrl.ml     |  2 +-
 tools/ocaml/libs/xc/xenctrl.mli    |  2 +-
 tools/python/xen/lowlevel/xc/xc.c  |  2 +-
 xen/arch/arm/Kconfig               | 10 ++++++++++
 xen/arch/arm/domain.c              |  3 ++-
 xen/arch/arm/domain_build.c        |  6 ++++++
 xen/arch/arm/include/asm/domain.h  |  5 ++---
 xen/arch/arm/include/asm/pci.h     |  9 +++++++++
 xen/arch/arm/pci/pci-host-common.c | 11 ++++++++---
 xen/arch/arm/vpci.c                |  8 ++++++++
 xen/arch/x86/domain.c              | 20 +++++++++++++++-----
 xen/arch/x86/include/asm/domain.h  |  8 +++-----
 xen/arch/x86/setup.c               |  4 ++--
 xen/common/domain.c                | 15 ++++++++++++++-
 xen/drivers/passthrough/pci.c      | 20 ++++++++++++++++++++
 xen/include/public/arch-x86/xen.h  |  9 +++++----
 xen/include/public/domctl.h        |  6 ++++--
 xen/include/xen/domain.h           |  2 ++
 20 files changed, 117 insertions(+), 30 deletions(-)


base-commit: fb41228ececea948c7953c8c16fe28fd65c6536b
-- 
2.42.0