All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roger Pau Monne <roger.pau@citrix.com>
To: <xen-devel@lists.xenproject.org>
Cc: Roger Pau Monne <roger.pau@citrix.com>
Subject: [Xen-devel] [PATCH v4 0/6] pci: expand usage of pci_sbdf_t
Date: Fri, 19 Jul 2019 16:07:18 +0200	[thread overview]
Message-ID: <20190719140724.69596-1-roger.pau@citrix.com> (raw)

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

             reply	other threads:[~2019-07-19 14:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-19 14:07 Roger Pau Monne [this message]
2019-07-19 14:07 ` [Xen-devel] [PATCH v4 1/6] pci: switch pci_conf_read8 to use pci_sbdf_t Roger Pau Monne
2019-07-19 14:07 ` [Xen-devel] [PATCH v4 2/6] pci: switch pci_conf_read16 " Roger Pau Monne
2019-07-19 14:07 ` [Xen-devel] [PATCH v4 3/6] pci: switch pci_conf_read32 " Roger Pau Monne
2019-07-23 10:15   ` Jan Beulich
2019-07-23 11:04     ` Roger Pau Monné
2019-07-19 14:07 ` [Xen-devel] [PATCH v4 4/6] pci: switch pci_conf_write8 " Roger Pau Monne
2019-07-23 10:20   ` Jan Beulich
2019-07-19 14:07 ` [Xen-devel] [PATCH v4 5/6] pci: switch pci_conf_write16 " Roger Pau Monne
2019-07-19 14:07 ` [Xen-devel] [PATCH v4 6/6] pci: switch pci_conf_write32 " Roger Pau Monne

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190719140724.69596-1-roger.pau@citrix.com \
    --to=roger.pau@citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.