From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VR0De-0007r9-LM for qemu-devel@nongnu.org; Tue, 01 Oct 2013 09:42:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VR0DY-00079S-MV for qemu-devel@nongnu.org; Tue, 01 Oct 2013 09:42:30 -0400 Message-ID: <1380634912.5280.49.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 01 Oct 2013 15:41:52 +0200 In-Reply-To: <524ABE1A.1090700@suse.de> References: <1380620399-9907-1-git-send-email-kraxel@redhat.com> <1380626523.5280.27.camel@nilsson.home.kraxel.org> <1380629771.5280.40.camel@nilsson.home.kraxel.org> <524ABE1A.1090700@suse.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] turn firmware image filename into a machine option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?ISO-8859-1?Q?F=E4rber?= Cc: Peter Maydell , Mark Langsdorf , QEMU Developers , Fabien Chouteau , Alexander Graf , Blue Swirl , Michael Walle , =?ISO-8859-1?Q?Herv=E9?= Poussineau , Paul Brook , Anthony Liguori , qemu-ppc , Aurelien Jarno , Richard Henderson On Di, 2013-10-01 at 14:20 +0200, Andreas F=C3=A4rber wrote: > Hi, >=20 > Am 01.10.2013 14:16, schrieb Gerd Hoffmann: > >> -bios we're stuck with because it's a legacy > >> option, > >=20 > > What is legacy about it? > >=20 > > Well, the x86-centric name of course. Thats why the machine option i= s > > named 'firmware' instead. > >=20 > > It also doesn't use QemuOpts, which is fixed by this patch. > >=20 > > Anything else? >=20 > The basic assumption that there is only one piece of firmware. Just lik= e > -bios, -machine firmware=3D will allow only one entry. sPAPR has two. --verbose please. What they are needed for? Strictly speaking we have multiple firmwares on x86 too. Everything but seabios is device-specific though and gets passed to the guest via pci rom bar. cheers, Gerd