From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyrill Gorcunov Subject: Re: [RFC/PATCH 1/2] kvm tools, seabios: Add "--bios" option to "vm run" Date: Fri, 24 Feb 2012 19:13:27 +0400 Message-ID: <20120224151327.GJ1909@moon> References: <1330095930-1839-1-git-send-email-penberg@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Yang Bai , Matt Evans , Ron Minnich , Anthony Liguori , John Floren , Sasha Levin , Asias He , Ingo Molnar To: Pekka Enberg Return-path: Received: from mail-bk0-f46.google.com ([209.85.214.46]:63939 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753695Ab2BXPNc (ORCPT ); Fri, 24 Feb 2012 10:13:32 -0500 Received: by bkcjm19 with SMTP id jm19so2077829bkc.19 for ; Fri, 24 Feb 2012 07:13:31 -0800 (PST) Content-Disposition: inline In-Reply-To: <1330095930-1839-1-git-send-email-penberg@kernel.org> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Feb 24, 2012 at 05:05:29PM +0200, 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. Hi Pekka, I believe it worth merging to start working on this feature. Cyrill