From patchwork Tue Oct 25 02:05:31 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guenter Roeck X-Patchwork-Id: 9393849 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 5BF0D607F0 for ; Tue, 25 Oct 2016 02:06:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4E4B92922F for ; Tue, 25 Oct 2016 02:06:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 42CA02923D; Tue, 25 Oct 2016 02:06:35 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id CF3902922F for ; Tue, 25 Oct 2016 02:06:34 +0000 (UTC) Received: from localhost ([::1]:51150 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1byr8M-0004Lj-6A for patchwork-qemu-devel@patchwork.kernel.org; Mon, 24 Oct 2016 22:06:34 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1byr7U-00040B-Ut for qemu-devel@nongnu.org; Mon, 24 Oct 2016 22:05:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1byr7R-0007v4-R3 for qemu-devel@nongnu.org; Mon, 24 Oct 2016 22:05:40 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:33368) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1byr7R-0007um-Hd for qemu-devel@nongnu.org; Mon, 24 Oct 2016 22:05:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=roeck-us.net; s=default; h=Message-Id:Date:Subject:Cc:To:From; bh=8HLZLBwct/Zj1CbvqOBjJLOM5WTa5lLcgxxIpStALro=; b=XuvWl+jhLhFVBi18gpGXjZQkZs fpgKfYqeic26F1Af5p+Y+YW0EeGMkEP9ukLKUHknI8cH7xjsCdjSkZols4SdSqUeL9R9/Nr8nR3qR 9NH4lU3FL61rS+/d8QE0jZ4HdZK40khEDyEmfQVVbZhTbCbdCqfMI/Y+T/UBTAhjTNxM3cV0F+nuF 8XlitzP/KbEz4DxZJzyPDB4S/fNJBrEZ+q6me5Xqa5ZVn5wAda+i9Qpsl2F8UCWRM6CZqr8lQwZIN 5qg/5MixocMIedROQx3vTD/t5ETGMIQNAb7ldhNyHvBe0CyNgkXDbXI3OaR5p+5zNzprfzlPMLGcD NRIzRmVA==; Received: from 108-223-40-66.lightspeed.sntcca.sbcglobal.net ([108.223.40.66]:34852 helo=localhost) by bh-25.webhostbox.net with esmtpa (Exim 4.86_1) (envelope-from ) id 1byr7M-001yFH-Rs; Tue, 25 Oct 2016 02:05:33 +0000 From: Guenter Roeck To: qemu-devel@nongnu.org Date: Mon, 24 Oct 2016 19:05:31 -0700 Message-Id: <1477361131-18752-1-git-send-email-linux@roeck-us.net> X-Mailer: git-send-email 2.5.0 X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - nongnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 208.91.199.152 Subject: [Qemu-devel] [PATCH] arm: cubieboard: Add support for initrd X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Guenter Roeck Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Guenter Roeck --- 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); }