From: Oleksii Kurochko <oleksii.kurochko@gmail.com>
To: xen-devel@lists.xenproject.org
Cc: Oleksii Kurochko <oleksii.kurochko@gmail.com>,
Alistair Francis <alistair.francis@wdc.com>,
Bob Eshleman <bobbyeshleman@gmail.com>,
Connor Davis <connojdavis@gmail.com>,
Andrew Cooper <andrew.cooper3@citrix.com>,
Jan Beulich <jbeulich@suse.com>, Julien Grall <julien@xen.org>,
Stefano Stabellini <sstabellini@kernel.org>
Subject: [PATCH v2 0/3] Register Xen's load address as a boot module
Date: Fri, 4 Oct 2024 18:04:34 +0200 [thread overview]
Message-ID: <cover.1728057657.git.oleksii.kurochko@gmail.com> (raw)
This patch series registers Xen's load address as a boot module and
introduce virt_to_maddr(), and drops LINK_TO_LOAD() to use virt_to_maddr()
instead.
---
Changes in V2:
- Update the commit message ( drop depency from "device tree mapping" patch
series as it was merged to staging )
- Other changes please look at the specific patch.
---
Oleksii Kurochko (3):
xen/riscv: implement virt_to_maddr()
xen/riscv: switch LINK_TO_LOAD() to virt_to_maddr()
xen/riscv: register Xen's load address as a boot module
xen/arch/riscv/include/asm/config.h | 4 ++++
xen/arch/riscv/include/asm/mm.h | 17 ++++++++++++++++-
xen/arch/riscv/mm.c | 9 ++++-----
xen/arch/riscv/setup.c | 6 ++++++
4 files changed, 30 insertions(+), 6 deletions(-)
--
2.46.2
next reply other threads:[~2024-10-04 16:05 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-04 16:04 Oleksii Kurochko [this message]
2024-10-04 16:04 ` [PATCH v2 1/3] xen/riscv: implement virt_to_maddr() Oleksii Kurochko
2024-10-08 10:26 ` oleksii.kurochko
2024-10-08 10:34 ` Jan Beulich
2024-10-09 9:44 ` oleksii.kurochko
2024-10-04 16:04 ` [PATCH v2 2/3] xen/riscv: switch LINK_TO_LOAD() to virt_to_maddr() Oleksii Kurochko
2024-10-08 10:36 ` Jan Beulich
2024-10-04 16:04 ` [PATCH v2 3/3] xen/riscv: register Xen's load address as a boot module Oleksii Kurochko
2024-10-08 10:37 ` Jan Beulich
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.1728057657.git.oleksii.kurochko@gmail.com \
--to=oleksii.kurochko@gmail.com \
--cc=alistair.francis@wdc.com \
--cc=andrew.cooper3@citrix.com \
--cc=bobbyeshleman@gmail.com \
--cc=connojdavis@gmail.com \
--cc=jbeulich@suse.com \
--cc=julien@xen.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 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.