From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [SeaBIOS] [PATCHv2] Support for booting from virtio disks Date: Sun, 16 May 2010 11:28:33 +0300 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 Cc: Anthony Liguori , seabios@seabios.org, qemu-devel@nongnu.org, kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:50376 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753072Ab0EPI2t (ORCPT ); Sun, 16 May 2010 04:28:49 -0400 Content-Disposition: inline In-Reply-To: <4BEC2DA4.80303@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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.