From patchwork Sun Mar 4 11:03:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Peter A. G. Crosthwaite" X-Patchwork-Id: 144489 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 72707B6F9D for ; Sun, 4 Mar 2012 22:05:18 +1100 (EST) Received: from localhost ([::1]:45663 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S49Fa-00068e-MA for incoming@patchwork.ozlabs.org; Sun, 04 Mar 2012 06:05:14 -0500 Received: from eggs.gnu.org ([208.118.235.92]:49643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S49Ew-0004be-CL for qemu-devel@nongnu.org; Sun, 04 Mar 2012 06:04:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S49Eu-00085B-H0 for qemu-devel@nongnu.org; Sun, 04 Mar 2012 06:04:33 -0500 Received: from mail-pz0-f46.google.com ([209.85.210.46]:44843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S49Eu-0007tf-Am for qemu-devel@nongnu.org; Sun, 04 Mar 2012 06:04:32 -0500 Received: by mail-pz0-f46.google.com with SMTP id r28so5035840daj.33 for ; Sun, 04 Mar 2012 03:04:31 -0800 (PST) Received-SPF: pass (google.com: domain of peter.crosthwaite@petalogix.com designates 10.68.130.164 as permitted sender) client-ip=10.68.130.164; Authentication-Results: mr.google.com; spf=pass (google.com: domain of peter.crosthwaite@petalogix.com designates 10.68.130.164 as permitted sender) smtp.mail=peter.crosthwaite@petalogix.com Received: from mr.google.com ([10.68.130.164]) by 10.68.130.164 with SMTP id of4mr35918372pbb.56.1330859071368 (num_hops = 1); Sun, 04 Mar 2012 03:04:31 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.130.164 with SMTP id of4mr30644539pbb.56.1330859071328; Sun, 04 Mar 2012 03:04:31 -0800 (PST) Received: from localhost (d58-106-136-119.rdl802.qld.optusnet.com.au. [58.106.136.119]) by mx.google.com with ESMTPS id n3sm5309144pbe.47.2012.03.04.03.04.27 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 04 Mar 2012 03:04:30 -0800 (PST) From: "Peter A. G. Crosthwaite" To: qemu-devel@nongnu.org, edgar.iglesias@gmail.com, john.williams@petalogix.com Date: Sun, 4 Mar 2012 21:03:54 +1000 Message-Id: <89d7214652733898826d7d3f02c519c2d99c3502.1330857887.git.peter.crosthwaite@petalogix.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQlk+cjQMG8X9WP0sM8UFkODQT0OMQ581Pa0RSf4Zt9nCFbVA8Zt5m4yrRng0ABYcY7vePEK X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.46 Cc: "Peter A. G. Crosthwaite" , peter.maydell@linaro.org, paul@codesourcery.com Subject: [Qemu-devel] [PATCH v1 4/5] qemu-options.hx: allow -dtb argument for all archs X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: "Peter A. G. Crosthwaite" Signed-off-by: Peter A. G. Crosthwaite --- qemu-options.hx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index e38799c..daefce3 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2038,7 +2038,7 @@ first module. ETEXI DEF("dtb", HAS_ARG, QEMU_OPTION_dtb, \ - "-dtb file use 'file' as device tree image\n", QEMU_ARCH_ARM) + "-dtb file use 'file' as device tree image\n", QEMU_ARCH_ALL) STEXI @item -dtb @var{file} @findex -dtb