Re: [XEN][RFC PATCH v4 04/16] libfdt: overlay: change overlay_get_target()

2023-01-20 Thread Michal Orzel
Hi Vikram, On 07/12/2022 07:15, Vikram Garhwal wrote: > > > Rename overlay_get_target() to fdt_overlay_target_offset() and remove static > function type. > > This is done to get the target path for the overlay nodes which is very useful > in many cases. For example, Xen hypervisor needs it when

[XEN][RFC PATCH v4 04/16] libfdt: overlay: change overlay_get_target()

2022-12-06 Thread Vikram Garhwal
Rename overlay_get_target() to fdt_overlay_target_offset() and remove static function type. This is done to get the target path for the overlay nodes which is very useful in many cases. For example, Xen hypervisor needs it when applying overlays because Xen needs to do further processing of the ov