From: Rahul Singh <rahul.singh@arm.com>
To: xen-devel@lists.xenproject.org
Cc: bertrand.marquis@arm.com,
"Andrew Cooper" <andrew.cooper3@citrix.com>,
"George Dunlap" <george.dunlap@citrix.com>,
"Ian Jackson" <iwj@xenproject.org>,
"Jan Beulich" <jbeulich@suse.com>,
"Julien Grall" <julien@xen.org>,
"Stefano Stabellini" <sstabellini@kernel.org>,
"Wei Liu" <wl@xen.org>, "Roger Pau Monné" <roger.pau@citrix.com>,
"Paul Durrant" <paul@xen.org>,
"Kevin Tian" <kevin.tian@intel.com>
Subject: [PATCH v1 0/4] xen/arm: Make PCI passthrough code non-x86 specific
Date: Mon, 26 Oct 2020 17:17:50 +0000 [thread overview]
Message-ID: <cover.1603731279.git.rahul.singh@arm.com> (raw)
This patch series is 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_HAS_PCI_ATS flag for PCI ATS
functionality.
xen/pci: Move x86 specific code to x86 directory.
xen/pci: solve compilation error when memory paging is not enabled.
xen/arch/x86/Kconfig | 1 +
xen/drivers/char/Kconfig | 7 ++
xen/drivers/char/ns16550.c | 32 ++++----
xen/drivers/passthrough/ats.h | 24 ++++++
xen/drivers/passthrough/pci.c | 79 +------------------
xen/drivers/passthrough/vtd/x86/Makefile | 2 +-
xen/drivers/passthrough/x86/Makefile | 3 +-
xen/drivers/passthrough/x86/iommu.c | 7 ++
xen/drivers/passthrough/x86/pci.c | 97 ++++++++++++++++++++++++
xen/drivers/pci/Kconfig | 3 +
xen/include/xen/pci.h | 2 +
11 files changed, 164 insertions(+), 93 deletions(-)
create mode 100644 xen/drivers/passthrough/x86/pci.c
--
2.17.1
next reply other threads:[~2020-10-26 17:18 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-26 17:17 Rahul Singh [this message]
2020-10-26 17:17 ` [PATCH v1 1/4] xen/ns16550: solve compilation error on ARM with CONFIG_HAS_PCI enabled Rahul Singh
2020-10-27 23:32 ` Stefano Stabellini
2020-10-28 7:18 ` Jan Beulich
2020-10-28 10:41 ` Rahul Singh
2020-10-28 11:32 ` Julien Grall
2020-10-28 15:47 ` Rahul Singh
2020-10-28 15:49 ` Jan Beulich
2020-10-28 10:38 ` Rahul Singh
2020-10-26 17:17 ` [PATCH v1 2/4] xen/pci: Introduce new CONFIG_HAS_PCI_ATS flag for PCI ATS functionality Rahul Singh
2020-10-27 23:55 ` Stefano Stabellini
2020-10-28 7:22 ` Jan Beulich
2020-10-28 7:25 ` Jan Beulich
2020-10-26 17:17 ` [PATCH v1 3/4] xen/pci: Move x86 specific code to x86 directory Rahul Singh
2020-10-28 0:15 ` Stefano Stabellini
2020-10-28 11:51 ` Jan Beulich
2020-10-28 11:58 ` Julien Grall
2020-10-28 15:20 ` Rahul Singh
2020-10-28 15:37 ` Jan Beulich
2020-10-26 17:17 ` [PATCH v1 4/4] xen/pci: solve compilation error when memory paging is not enabled Rahul Singh
2020-10-28 11:56 ` Jan Beulich
2020-10-28 15:13 ` Rahul Singh
2020-10-29 16:58 ` Rahul Singh
2020-10-29 17:16 ` Jan Beulich
2020-10-30 13:59 ` Rahul Singh
2020-10-28 0:04 ` [PATCH v1 0/4] xen/arm: Make PCI passthrough code non-x86 specific Stefano Stabellini
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=cover.1603731279.git.rahul.singh@arm.com \
--to=rahul.singh@arm.com \
--cc=andrew.cooper3@citrix.com \
--cc=bertrand.marquis@arm.com \
--cc=george.dunlap@citrix.com \
--cc=iwj@xenproject.org \
--cc=jbeulich@suse.com \
--cc=julien@xen.org \
--cc=kevin.tian@intel.com \
--cc=paul@xen.org \
--cc=roger.pau@citrix.com \
--cc=sstabellini@kernel.org \
--cc=wl@xen.org \
--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.