From: Michal Orzel <michal.orzel@amd.com>
To: <xen-devel@lists.xenproject.org>
Cc: "Michal Orzel" <michal.orzel@amd.com>,
"Andrew Cooper" <andrew.cooper3@citrix.com>,
"Anthony PERARD" <anthony.perard@vates.tech>,
"Jan Beulich" <jbeulich@suse.com>,
"Julien Grall" <julien@xen.org>,
"Roger Pau Monné" <roger.pau@citrix.com>,
"Stefano Stabellini" <sstabellini@kernel.org>,
"Bertrand Marquis" <bertrand.marquis@arm.com>,
"Volodymyr Babchuk" <Volodymyr_Babchuk@epam.com>
Subject: [PATCH 0/4] device-tree: Move static features to common
Date: Tue, 3 Jun 2025 12:03:25 +0200 [thread overview]
Message-ID: <20250603100329.149851-1-michal.orzel@amd.com> (raw)
Finish the work to move static features that are arch agnostic to common.
Michal Orzel (4):
common: Drop unneeded Arm dependency for static-evtchn
device-tree: Move domain_fdt_begin_node() to common
device-tree: Move Arm's static-memory feature to common
device-tree: Move Arm's static-shmem feature to common
xen/arch/arm/Kconfig | 6 ----
xen/arch/arm/Makefile | 2 --
xen/arch/arm/arm32/mmu/mm.c | 4 +--
xen/arch/arm/arm64/mmu/mm.c | 4 +--
xen/arch/arm/dom0less-build.c | 4 +--
xen/arch/arm/domain_build.c | 34 +-----------------
xen/arch/arm/include/asm/domain_build.h | 1 -
xen/common/Kconfig | 8 ++++-
xen/common/device-tree/Makefile | 2 ++
xen/common/device-tree/bootfdt.c | 36 +++++++++++++++++--
xen/common/device-tree/dom0less-build.c | 15 ++------
.../device-tree}/static-memory.c | 2 +-
.../arm => common/device-tree}/static-shmem.c | 5 ++-
xen/include/xen/bootfdt.h | 1 +
.../asm => include/xen}/static-memory.h | 9 ++---
.../asm => include/xen}/static-shmem.h | 6 ++--
16 files changed, 63 insertions(+), 76 deletions(-)
rename xen/{arch/arm => common/device-tree}/static-memory.c (99%)
rename xen/{arch/arm => common/device-tree}/static-shmem.c (99%)
rename xen/{arch/arm/include/asm => include/xen}/static-memory.h (93%)
rename xen/{arch/arm/include/asm => include/xen}/static-shmem.h (96%)
--
2.25.1
next reply other threads:[~2025-06-03 10:04 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-03 10:03 Michal Orzel [this message]
2025-06-03 10:03 ` [PATCH 1/4] common: Drop unneeded Arm dependency for static-evtchn Michal Orzel
2025-06-03 10:55 ` Jan Beulich
2025-06-03 10:03 ` [PATCH 2/4] device-tree: Move domain_fdt_begin_node() to common Michal Orzel
2025-06-03 13:23 ` Julien Grall
2025-06-03 10:03 ` [PATCH 3/4] device-tree: Move Arm's static-memory feature " Michal Orzel
2025-06-03 13:28 ` Julien Grall
2025-06-03 14:58 ` Orzel, Michal
2025-06-03 10:03 ` [PATCH 4/4] device-tree: Move Arm's static-shmem " Michal Orzel
2025-06-03 13:29 ` Julien Grall
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=20250603100329.149851-1-michal.orzel@amd.com \
--to=michal.orzel@amd.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=julien@xen.org \
--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.