From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41860 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ODZDD-00063T-Bj for qemu-devel@nongnu.org; Sun, 16 May 2010 04:28:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ODZDB-0003B0-Vb for qemu-devel@nongnu.org; Sun, 16 May 2010 04:28:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34413) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ODZDB-0003As-OR for qemu-devel@nongnu.org; Sun, 16 May 2010 04:28:37 -0400 Date: Sun, 16 May 2010 11:28:33 +0300 From: Gleb Natapov Message-ID: <20100516082832.GD2509@redhat.com> References: <20100510081118.GI24787@redhat.com> <4BE82ADA.6000302@codemonkey.ws> <20100510155400.GB4497@redhat.com> <4BE82D35.1060401@codemonkey.ws> <4BEC2DA4.80303@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BEC2DA4.80303@redhat.com> Subject: [Qemu-devel] Re: [SeaBIOS] [PATCHv2] Support for booting from virtio disks List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: seabios@seabios.org, qemu-devel@nongnu.org, kvm@vger.kernel.org On Thu, May 13, 2010 at 07:49:40PM +0300, Avi Kivity wrote: > On 05/10/2010 06:58 PM, Anthony Liguori wrote: > >>Isn't this problem unrelated to this patch? I mean if I start qemu with > >>two ide devices can I specify from qemu command line which one I want to > >>boot from? > > > >That's sort of what I'm asking. If you compare this approach to > >extboot, extboot provided a capability to select a disk. I think > >it can be argued though that this isn't a necessary feature to > >carry over and I'm looking for additional opinions on that. > > I'd say it's a necessary feature, but not one to carry over from the > extboot implementation. We have the seabios boot menu (how to reach > it?), we need to store the nvram persistently, and we need to > extend the selection menu to qemu, but that's unrelated to this > patch. > To reach seabios boot menu run qemu with "-boot menu=on" option and press f12 when prompted. -- Gleb.