From: Mykyta Poturai <Mykyta_Poturai@epam.com>
To: "xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>
Cc: "Mykyta Poturai" <Mykyta_Poturai@epam.com>,
"Stefano Stabellini" <sstabellini@kernel.org>,
"Julien Grall" <julien@xen.org>,
"Bertrand Marquis" <bertrand.marquis@arm.com>,
"Michal Orzel" <michal.orzel@amd.com>,
"Volodymyr Babchuk" <Volodymyr_Babchuk@epam.com>,
"Anthony PERARD" <anthony.perard@vates.tech>,
"Juergen Gross" <jgross@suse.com>,
"Andrew Cooper" <andrew.cooper3@citrix.com>,
"Jan Beulich" <jbeulich@suse.com>,
"Roger Pau Monné" <roger.pau@citrix.com>
Subject: [PATCH v2 0/2] Add support for MSI injection on Arm
Date: Mon, 14 Apr 2025 09:51:15 +0000 [thread overview]
Message-ID: <cover.1744621166.git.mykyta_poturai@epam.com> (raw)
This series adds the base support for MSI injection on Arm. This is
needed to streamline virtio-pci interrupt triggering.
With this patches, MSIs can be triggered in guests by issuing the new
DM op, inject_msi2. This op is similar to inject_msi, but it allows
to specify the source id of the MSI.
We chose the approach of adding a new DM op instead of using the pad
field of inject_msi because we have no clear way of distinguishing
between set and unset pad fields. New implementations also adds flags
field to clearly specify if the SBDF is set.
Patches were tested on QEMU with QEMU virtio-pci backends, with
virtio-pci patches and patches for ITS support for DomUs applied.
Branch with all relevant Xen patches:
https://github.com/Deedone/xen/tree/4.20-dev%2Bvirtio
Branch with all relevant QEMU patches:
https://github.com/Deedone/qemu/tree/virtio-msi2
Mykyta Poturai (2):
arm: vgic: Add the ability to trigger MSIs from the Hypervisor
xen/dm: arm: Introduce inject_msi2 DM op
tools/include/xendevicemodel.h | 14 ++++++++++++++
tools/libs/devicemodel/core.c | 20 ++++++++++++++++++++
tools/libs/devicemodel/libxendevicemodel.map | 5 +++++
xen/arch/arm/dm.c | 17 +++++++++++++++++
xen/arch/arm/include/asm/vgic.h | 11 +++++++++++
xen/arch/arm/vgic-v3-its.c | 19 +++++++++++++++++++
xen/arch/x86/hvm/dm.c | 18 ++++++++++++++++++
xen/include/public/hvm/dm_op.h | 18 ++++++++++++++++++
8 files changed, 122 insertions(+)
--
2.34.1
next reply other threads:[~2025-04-14 9:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-14 9:51 Mykyta Poturai [this message]
2025-04-14 9:51 ` [PATCH v2 1/2] arm: vgic: Add the ability to trigger MSIs from the Hypervisor Mykyta Poturai
2025-04-14 11:04 ` Julien Grall
2025-04-14 9:51 ` [PATCH v2 2/2] xen/dm: arm: Introduce inject_msi2 DM op Mykyta Poturai
2025-04-16 15:16 ` Jan Beulich
2025-04-14 10:46 ` [PATCH v2 0/2] Add support for MSI injection on Arm Julien Grall
2025-04-15 22:40 ` Stefano Stabellini
2025-04-16 8:37 ` Mykyta Poturai
2025-04-16 10:38 ` Julien Grall
2025-04-16 21:50 ` 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.1744621166.git.mykyta_poturai@epam.com \
--to=mykyta_poturai@epam.com \
--cc=Volodymyr_Babchuk@epam.com \
--cc=andrew.cooper3@citrix.com \
--cc=anthony.perard@vates.tech \
--cc=bertrand.marquis@arm.com \
--cc=jbeulich@suse.com \
--cc=jgross@suse.com \
--cc=julien@xen.org \
--cc=michal.orzel@amd.com \
--cc=roger.pau@citrix.com \
--cc=sstabellini@kernel.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.