From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: [PATCH 1/2] qemu-kvm: extboot: Keep variables in RAM Date: Fri, 19 Feb 2010 11:37:04 -0800 Message-ID: <4B7EE860.80103@linux.intel.com> References: <4B7D6725.1090202@siemens.com> <4B7DA2C4.9040207@codemonkey.ws> <4B7DC5A5.5020500@linux.intel.com> <4B7E628E.2050107@siemens.com> <4B7EC149.5080603@linux.intel.com> <4B7EC46C.4090909@siemens.com> <4B7ED419.7080709@codemonkey.ws> <4B7ED5BE.8030706@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Anthony Liguori , Kevin O'Connor , Avi Kivity , Marcelo Tosatti , kvm , Stefan Hajnoczi To: Jan Kiszka Return-path: Received: from mga10.intel.com ([192.55.52.92]:36955 "EHLO fmsmga102.fm.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754892Ab0BSThU (ORCPT ); Fri, 19 Feb 2010 14:37:20 -0500 In-Reply-To: <4B7ED5BE.8030706@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On 02/19/2010 10:17 AM, Jan Kiszka wrote: >> >> Stefan posted a virtio-blk driver for gPXE. I like this approach >> because it's generally useful (gPXE can be used with any BIOS). > > Does it allow a unified boot device selection, one menu for them all, no > more "boot=on" workarounds? > Well, it hooks into BBS if the underlying BIOS supports it. Without BBS there is no ability to have a unified boot device selection. -hpa