From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pekka Enberg Subject: Re: [RFC/PATCH 1/2] kvm tools, seabios: Add "--bios" option to "vm run" Date: Fri, 24 Feb 2012 19:58:54 +0200 Message-ID: <1330106334.4738.0.camel@jaguar> References: <1330095930-1839-1-git-send-email-penberg@kernel.org> <4F47AB6F.6030708@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, Yang Bai , Matt Evans , Ron Minnich , John Floren , Sasha Levin , Cyrill Gorcunov , Asias He , Ingo Molnar To: Anthony Liguori Return-path: Received: from filtteri5.pp.htv.fi ([213.243.153.188]:42001 "EHLO filtteri5.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753177Ab2BXSJz (ORCPT ); Fri, 24 Feb 2012 13:09:55 -0500 In-Reply-To: <4F47AB6F.6030708@us.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, 2012-02-24 at 09:23 -0600, Anthony Liguori wrote: > On 02/24/2012 09:05 AM, Pekka Enberg wrote: > > This patch adds a "--bios" command line option to "vm run". You can use this to > > try to boot with SeaBIOS, for example: > > > > ./vm run --bios=/usr/share/seabios/bios.bin \ > > --disk $HOME/images/debian_lenny_amd64_standard.qcow2 > > > > This doesn't boot yet for obvious reasons but at least people can now start to > > play with external BIOS images easily. > > You may want to call it firmware as other platforms also have firmware. For > instance, it may be desirable to use the same interface to load SLOF with spapr. I renamed the command line option to "--firmware".