From: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
To: qemu-devel@nongnu.org
Cc: sstabellini@kernel.org, anthony@xenproject.org, paul@xen.org,
peter.maydell@linaro.org, alex.bennee@linaro.org,
edgar.iglesias@amd.com, xen-devel@lists.xenproject.org
Subject: [PATCH v1 0/4] hw/arm: xenpvh: Enable PCI for ARM PVH
Date: Mon, 16 Sep 2024 17:08:48 +0200 [thread overview]
Message-ID: <20240916150853.1216703-1-edgar.iglesias@gmail.com> (raw)
From: "Edgar E. Iglesias" <edgar.iglesias@amd.com>
Enable PCI on the ARM PVH machine. First we add a way to control the use
of buffered IOREQ's since those are not supported on Xen/ARM.
Finally we enable the PCI support.
I've published some instructions on how to try this including the work in
progress Xen side of the PVH PCI support:
https://github.com/edgarigl/docs/blob/master/xen/pvh/virtio-pci-dom0less.md
Cheers,
Edgar
Edgar E. Iglesias (4):
xen: Expose handle_bufioreq in xen_register_ioreq
hw/xen: xenpvh: Disable buffered IOREQs for ARM
hw/xen: xenpvh: Add pci-intx-irq-base property
hw/arm: xenpvh: Enable PCI for ARM PVH
hw/arm/xen-pvh.c | 17 ++++++
hw/i386/xen/xen-hvm.c | 4 +-
hw/i386/xen/xen-pvh.c | 3 +
hw/xen/xen-hvm-common.c | 100 +++++++++++++++++++-------------
hw/xen/xen-pvh-common.c | 40 ++++++++++++-
include/hw/xen/xen-hvm-common.h | 3 +
include/hw/xen/xen-pvh-common.h | 3 +
include/hw/xen/xen_native.h | 3 +-
8 files changed, 129 insertions(+), 44 deletions(-)
--
2.43.0
next reply other threads:[~2024-09-16 15:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-16 15:08 Edgar E. Iglesias [this message]
2024-09-16 15:08 ` [PATCH v1 1/4] xen: Expose handle_bufioreq in xen_register_ioreq Edgar E. Iglesias
2024-09-16 23:45 ` Stefano Stabellini
2024-09-19 17:28 ` Edgar E. Iglesias
2024-09-16 15:08 ` [PATCH v1 2/4] hw/xen: xenpvh: Disable buffered IOREQs for ARM Edgar E. Iglesias
2024-09-16 23:47 ` Stefano Stabellini
2024-09-19 15:34 ` Edgar E. Iglesias
2024-09-16 15:08 ` [PATCH v1 3/4] hw/xen: xenpvh: Add pci-intx-irq-base property Edgar E. Iglesias
2024-09-16 23:48 ` Stefano Stabellini
2024-09-16 15:08 ` [PATCH v1 4/4] hw/arm: xenpvh: Enable PCI for ARM PVH Edgar E. Iglesias
2024-09-16 23: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=20240916150853.1216703-1-edgar.iglesias@gmail.com \
--to=edgar.iglesias@gmail.com \
--cc=alex.bennee@linaro.org \
--cc=anthony@xenproject.org \
--cc=edgar.iglesias@amd.com \
--cc=paul@xen.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).