Re: [PATCH v2 7/7] xen/riscv: relocating and unflattening host device tree

2024-12-16 Thread Jan Beulich
On 11.12.2024 18:27, Oleksii Kurochko wrote: > Introduce relocate_fdt() and call it to relocate FDT to Xen heap > instead of using early mapping as it is expected that > discard_initial_modules() > ( is supposed to call in the future ) discards the FDT boot module and > remove_early_mappings() des

[PATCH v2 7/7] xen/riscv: relocating and unflattening host device tree

2024-12-11 Thread Oleksii Kurochko
Introduce relocate_fdt() and call it to relocate FDT to Xen heap instead of using early mapping as it is expected that discard_initial_modules() ( is supposed to call in the future ) discards the FDT boot module and remove_early_mappings() destroys the early mapping. Unflatten a device tree, creat