Re: [Xen-devel] [PATCH v4 05/23] xen/arm: introduce bootcmdlines

2018-10-22 Thread Stefano Stabellini
On Tue, 9 Oct 2018, Julien Grall wrote: > On 05/10/2018 19:47, Stefano Stabellini wrote: > > Introduce a new array to store the cmdline of each boot module. It is > > separate from struct bootmodules. Remove the cmdline field from struct > > boot_module. This way, kernels and initrds with the same

Re: [Xen-devel] [PATCH v4 05/23] xen/arm: introduce bootcmdlines

2018-10-09 Thread Julien Grall
On 05/10/2018 19:47, Stefano Stabellini wrote: Introduce a new array to store the cmdline of each boot module. It is separate from struct bootmodules. Remove the cmdline field from struct boot_module. This way, kernels and initrds with the same address in memory can share struct bootmodule

[Xen-devel] [PATCH v4 05/23] xen/arm: introduce bootcmdlines

2018-10-05 Thread Stefano Stabellini
Introduce a new array to store the cmdline of each boot module. It is separate from struct bootmodules. Remove the cmdline field from struct boot_module. This way, kernels and initrds with the same address in memory can share struct bootmodule (important because we want them to be free'd only