From: Rahul Singh <rahul.singh@arm.com>
To: xen-devel@lists.xenproject.org
Cc: bertrand.marquis@arm.com, rahul.singh@arm.com,
"Jan Beulich" <jbeulich@suse.com>, "Paul Durrant" <paul@xen.org>,
"Andrew Cooper" <andrew.cooper3@citrix.com>,
"George Dunlap" <george.dunlap@citrix.com>,
"Ian Jackson" <iwj@xenproject.org>,
"Julien Grall" <julien@xen.org>,
"Stefano Stabellini" <sstabellini@kernel.org>,
"Wei Liu" <wl@xen.org>, "Roger Pau Monné" <roger.pau@citrix.com>,
"Daniel De Graaf" <dgdegra@tycho.nsa.gov>
Subject: [PATCH 0/2] xen/pci: Make PCI passthrough code non-x86 specific
Date: Tue, 6 Apr 2021 12:39:09 +0100 [thread overview]
Message-ID: <cover.1617702520.git.rahul.singh@arm.com> (raw)
This patch series is preparatory work to implement the PCI passthrough support
for the ARM architecture.
Rahul Singh (2):
xen/pci: Move PCI ATS code to common directory
xen/pci: Gate all MSI code in common code with CONFIG_HAS_PCI_MSI
xen/drivers/passthrough/Makefile | 1 +
xen/drivers/passthrough/{x86 => }/ats.c | 2 +-
xen/drivers/passthrough/pci.c | 17 +++++++++++++++++
xen/drivers/passthrough/x86/Makefile | 1 -
xen/drivers/pci/Kconfig | 4 ++++
xen/drivers/vpci/Makefile | 3 ++-
xen/drivers/vpci/header.c | 6 ++++++
xen/drivers/vpci/vpci.c | 2 ++
xen/include/xen/vpci.h | 4 ++++
xen/xsm/flask/hooks.c | 6 +++---
10 files changed, 40 insertions(+), 6 deletions(-)
rename xen/drivers/passthrough/{x86 => }/ats.c (99%)
--
2.17.1
next reply other threads:[~2021-04-06 11:40 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-06 11:39 Rahul Singh [this message]
2021-04-06 11:39 ` [PATCH 1/2] xen/pci: Move PCI ATS code to common directory Rahul Singh
2021-04-06 15:16 ` Jan Beulich
2021-04-06 11:39 ` [PATCH 2/2] xen/pci: Gate all MSI code in common code with CONFIG_HAS_PCI_MSI Rahul Singh
2021-04-06 14:13 ` Roger Pau Monné
2021-04-06 14:30 ` Julien Grall
2021-04-06 14:59 ` Roger Pau Monné
2021-04-06 15:09 ` Julien Grall
2021-04-06 15:58 ` Roger Pau Monné
2021-04-07 17:52 ` Rahul Singh
2021-04-06 15:25 ` Jan Beulich
2021-04-07 18:06 ` Julien Grall
2021-04-08 6:00 ` Jan Beulich
2021-04-08 8:45 ` Rahul Singh
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.1617702520.git.rahul.singh@arm.com \
--to=rahul.singh@arm.com \
--cc=andrew.cooper3@citrix.com \
--cc=bertrand.marquis@arm.com \
--cc=dgdegra@tycho.nsa.gov \
--cc=george.dunlap@citrix.com \
--cc=iwj@xenproject.org \
--cc=jbeulich@suse.com \
--cc=julien@xen.org \
--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.