Move make_chosen_node() and make_memory_node() to common code.
---
Changes in V2:
- Link to prev. patch series: https://lore.kernel.org/xen-devel/cover.1747145897.git.oleksii.kurochko@gmail.com/
- Drop patches:
- xen: restrict CONFIG_STATIC_MEMORY to ARM
- xen/dom0less: refactor architecture-specific DomU construction
As CONFIG_STATIC_MEMORY stuff was moved to common code.
- Add new patch which also moves make_memory_node() to common code.
- All other changes please look at specific patch.
- CI tests: https://gitlab.com/xen-project/people/olkur/xen/-/pipelines/2183447857
---
Oleksii Kurochko (2):
xen/dom0less: move make_chosen_node() to common code
xen/dom0less: move make_memory_node() to common code
xen/arch/arm/domain_build.c | 120 -------------------------
xen/common/device-tree/domain-build.c | 121 ++++++++++++++++++++++++++
2 files changed, 121 insertions(+), 120 deletions(-)
--
2.52.0