Re: [Xen-devel] [PATCH RFC 08/15] xen/arm: probe domU kernels and initrds

2018-07-05 Thread Stefano Stabellini
On Thu, 14 Jun 2018, Julien Grall wrote: > Hi Stefano, > > On 13/06/18 23:15, Stefano Stabellini wrote: > > Find addresses and sizes on device tree. > > Introduce a new boot_module_find_by_addr_and_kind function to match not > > just on boot module kind, but also by address so that we can support

Re: [Xen-devel] [PATCH RFC 08/15] xen/arm: probe domU kernels and initrds

2018-06-14 Thread Julien Grall
Hi Stefano, On 13/06/18 23:15, Stefano Stabellini wrote: Find addresses and sizes on device tree. Introduce a new boot_module_find_by_addr_and_kind function to match not just on boot module kind, but also by address so that we can support multiple domUs. Signed-off-by: Stefano Stabellini ---