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

2018-11-02 Thread Stefano Stabellini
On Tue, 30 Oct 2018, Julien Grall wrote: > Hi Stefano, > > On 23/10/2018 03:02, Stefano Stabellini wrote: > > Find addresses, sizes on device tree from kernel_probe. > > Find the cmdline from the bootcmdlines array. > > > > Introduce a new boot_module_find_by_addr_and_kind function to match not

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

2018-10-30 Thread Julien Grall
Hi Stefano, On 23/10/2018 03:02, Stefano Stabellini wrote: Find addresses, sizes on device tree from kernel_probe. Find the cmdline from the bootcmdlines array. 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

[Xen-devel] [PATCH v5 08/25] xen/arm: probe domU kernels and initrds

2018-10-22 Thread Stefano Stabellini
Find addresses, sizes on device tree from kernel_probe. Find the cmdline from the bootcmdlines array. 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 domains. Introduce a