All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3]  Register Xen's load address as a boot module
@ 2024-10-04 16:04 Oleksii Kurochko
  2024-10-04 16:04 ` [PATCH v2 1/3] xen/riscv: implement virt_to_maddr() Oleksii Kurochko
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Oleksii Kurochko @ 2024-10-04 16:04 UTC (permalink / raw)
  To: xen-devel
  Cc: Oleksii Kurochko, Alistair Francis, Bob Eshleman, Connor Davis,
	Andrew Cooper, Jan Beulich, Julien Grall, Stefano Stabellini

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-10-09  9:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-04 16:04 [PATCH v2 0/3] Register Xen's load address as a boot module Oleksii Kurochko
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

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.