[Xen-devel] [PATCH v4 0/6] pci: expand usage of pci_sbdf_t

Roger Pau Monne posted 6 patches 4 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20190719140724.69596-1-roger.pau@citrix.com
xen/arch/x86/cpu/amd.c                     |  15 +-
xen/arch/x86/dmi_scan.c                    |   6 +-
xen/arch/x86/mm.c                          |   2 +-
xen/arch/x86/msi.c                         | 170 +++++++++------------
xen/arch/x86/oprofile/op_model_athlon.c    |  10 +-
xen/arch/x86/x86_64/mmconf-fam10h.c        |   8 +-
xen/arch/x86/x86_64/mmconfig-shared.c      |  14 +-
xen/arch/x86/x86_64/pci.c                  |  98 +++++-------
xen/drivers/acpi/reboot.c                  |   5 +-
xen/drivers/char/ehci-dbgp.c               |  49 +++---
xen/drivers/char/ns16550.c                 |  71 +++++----
xen/drivers/passthrough/amd/iommu_detect.c |   2 +-
xen/drivers/passthrough/amd/iommu_init.c   |  17 +--
xen/drivers/passthrough/ats.h              |   4 +-
xen/drivers/passthrough/pci.c              | 102 +++++--------
xen/drivers/passthrough/vtd/dmar.c         |   6 +-
xen/drivers/passthrough/vtd/quirks.c       |  61 ++++----
xen/drivers/passthrough/x86/ats.c          |  15 +-
xen/drivers/pci/pci.c                      |  23 ++-
xen/drivers/video/vga.c                    |  11 +-
xen/drivers/vpci/header.c                  |  47 +++---
xen/drivers/vpci/msi.c                     |   7 +-
xen/drivers/vpci/msix.c                    |  11 +-
xen/drivers/vpci/vpci.c                    |  42 ++---
xen/include/xen/pci.h                      |  24 +--
25 files changed, 353 insertions(+), 467 deletions(-)
[Xen-devel] [PATCH v4 0/6] pci: expand usage of pci_sbdf_t
Posted by Roger Pau Monne 4 years, 9 months ago
Hello,

The following are the remaining patches from my 'expand usage of
pci_sbdf_t' previous series except for the one that introduces a custom
printf formatter for pci_sbdf_t.

I've also pushed them to my git tree at:

git://xenbits.xen.org/people/royger/xen.git pci_sbdf_t

Thanks, Roger.

Roger Pau Monne (6):
  pci: switch pci_conf_read8 to use pci_sbdf_t
  pci: switch pci_conf_read16 to use pci_sbdf_t
  pci: switch pci_conf_read32 to use pci_sbdf_t
  pci: switch pci_conf_write8 to use pci_sbdf_t
  pci: switch pci_conf_write16 to use pci_sbdf_t
  pci: switch pci_conf_write32 to use pci_sbdf_t

 xen/arch/x86/cpu/amd.c                     |  15 +-
 xen/arch/x86/dmi_scan.c                    |   6 +-
 xen/arch/x86/mm.c                          |   2 +-
 xen/arch/x86/msi.c                         | 170 +++++++++------------
 xen/arch/x86/oprofile/op_model_athlon.c    |  10 +-
 xen/arch/x86/x86_64/mmconf-fam10h.c        |   8 +-
 xen/arch/x86/x86_64/mmconfig-shared.c      |  14 +-
 xen/arch/x86/x86_64/pci.c                  |  98 +++++-------
 xen/drivers/acpi/reboot.c                  |   5 +-
 xen/drivers/char/ehci-dbgp.c               |  49 +++---
 xen/drivers/char/ns16550.c                 |  71 +++++----
 xen/drivers/passthrough/amd/iommu_detect.c |   2 +-
 xen/drivers/passthrough/amd/iommu_init.c   |  17 +--
 xen/drivers/passthrough/ats.h              |   4 +-
 xen/drivers/passthrough/pci.c              | 102 +++++--------
 xen/drivers/passthrough/vtd/dmar.c         |   6 +-
 xen/drivers/passthrough/vtd/quirks.c       |  61 ++++----
 xen/drivers/passthrough/x86/ats.c          |  15 +-
 xen/drivers/pci/pci.c                      |  23 ++-
 xen/drivers/video/vga.c                    |  11 +-
 xen/drivers/vpci/header.c                  |  47 +++---
 xen/drivers/vpci/msi.c                     |   7 +-
 xen/drivers/vpci/msix.c                    |  11 +-
 xen/drivers/vpci/vpci.c                    |  42 ++---
 xen/include/xen/pci.h                      |  24 +--
 25 files changed, 353 insertions(+), 467 deletions(-)

-- 
2.20.1 (Apple Git-117)


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel