From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W093S-0005Ap-IJ for qemu-devel@nongnu.org; Mon, 06 Jan 2014 07:13:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W093K-0008UJ-5B for qemu-devel@nongnu.org; Mon, 06 Jan 2014 07:13:14 -0500 Received: from mail-ea0-x230.google.com ([2a00:1450:4013:c01::230]:55023) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W093J-0008UE-UN for qemu-devel@nongnu.org; Mon, 06 Jan 2014 07:13:06 -0500 Received: by mail-ea0-f176.google.com with SMTP id h14so7790984eaj.35 for ; Mon, 06 Jan 2014 04:13:05 -0800 (PST) Sender: Paolo Bonzini Message-ID: <52CA9DD0.7010401@redhat.com> Date: Mon, 06 Jan 2014 13:13:04 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1388640940-12782-1-git-send-email-lig.fnst@cn.fujitsu.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hw/misc/blob-loader: add a generic blob loader List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: Edgar Iglesias , Peter Maydell , "qemu-devel@nongnu.org Developers" , Li Guang Il 06/01/2014 08:56, Peter Crosthwaite ha scritto: > > What are the guidelines for when to use one or the other? > > "-machine firmware=" if you want to load a firmware blob in a board > specific way. This if you want to place a blob in memory at an > arbitrary location on reset. "-machine firmware=" is also a pretty bad design because it's not extensible and doesn't apply to most boards. We really should get per-board -machine options, so that you can have a less generic name than "firmware". Paolo