On Wed, 14 Aug 2019, at 07:30, Alistair Francis wrote:
> On Fri, Aug 9, 2019 at 12:01 AM Tao <[email protected]> wrote:
> >
> > From: Tao Xu <[email protected]>
> >
> > In struct arm_boot_info, kernel_filename, initrd_filename and
> > kernel_cmdline are copied from from MachineState. This patch add
> > MachineState as a parameter into arm_load_dtb() and move the copy chunk
> > of kernel_filename, initrd_filename and kernel_cmdline into
> > arm_load_kernel().
> >
> > Reviewed-by: Igor Mammedov <[email protected]>
> > Reviewed-by: Liu Jingqi <[email protected]>
> > Suggested-by: Igor Mammedov <[email protected]>
> > Signed-off-by: Tao Xu <[email protected]>
>
> Reviewed-by: Alistair Francis <[email protected]>
>
> Alistair
>
> > ---
> >
> > No changes in v9
> > ---
> > hw/arm/aspeed.c | 5 +----
For the ASPEED machines:
Acked-by: Andrew Jeffery <[email protected]>