All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] arm: cubieboard: Add support for initrd
@ 2016-10-25  2:05 Guenter Roeck
  2016-10-25 11:12 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: Guenter Roeck @ 2016-10-25  2:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: Guenter Roeck

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
 hw/arm/cubieboard.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/arm/cubieboard.c b/hw/arm/cubieboard.c
index fbd78ed..dd19ba3 100644
--- a/hw/arm/cubieboard.c
+++ b/hw/arm/cubieboard.c
@@ -74,6 +74,7 @@ static void cubieboard_init(MachineState *machine)
     cubieboard_binfo.ram_size = machine->ram_size;
     cubieboard_binfo.kernel_filename = machine->kernel_filename;
     cubieboard_binfo.kernel_cmdline = machine->kernel_cmdline;
+    cubieboard_binfo.initrd_filename = machine->initrd_filename;
     arm_load_kernel(&s->a10->cpu, &cubieboard_binfo);
 }
 
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] arm: cubieboard: Add support for initrd
  2016-10-25  2:05 [Qemu-devel] [PATCH] arm: cubieboard: Add support for initrd Guenter Roeck
@ 2016-10-25 11:12 ` Peter Maydell
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2016-10-25 11:12 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: QEMU Developers

On 25 October 2016 at 03:05, Guenter Roeck <linux@roeck-us.net> wrote:
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
> ---
>  hw/arm/cubieboard.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/hw/arm/cubieboard.c b/hw/arm/cubieboard.c
> index fbd78ed..dd19ba3 100644
> --- a/hw/arm/cubieboard.c
> +++ b/hw/arm/cubieboard.c
> @@ -74,6 +74,7 @@ static void cubieboard_init(MachineState *machine)
>      cubieboard_binfo.ram_size = machine->ram_size;
>      cubieboard_binfo.kernel_filename = machine->kernel_filename;
>      cubieboard_binfo.kernel_cmdline = machine->kernel_cmdline;
> +    cubieboard_binfo.initrd_filename = machine->initrd_filename;
>      arm_load_kernel(&s->a10->cpu, &cubieboard_binfo);
>  }
>
> --
> 2.5.0



Applied to target-arm.next, thanks.

-- PMM

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-25 11:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-25  2:05 [Qemu-devel] [PATCH] arm: cubieboard: Add support for initrd Guenter Roeck
2016-10-25 11:12 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.