From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [Qemu-devel] [PATCHv8 12/16] Add bootindex parameter to net/block/fd device Date: Fri, 28 Jan 2011 17:53:57 +0200 Message-ID: <20110128155356.GC2086@redhat.com> References: <1291808109-22563-1-git-send-email-gleb@redhat.com> <1291808109-22563-13-git-send-email-gleb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: qemu-devel@nongnu.org, blauwirbel@gmail.com, kevin@koconnor.net, kvm@vger.kernel.org To: Markus Armbruster Return-path: Received: from mx1.redhat.com ([209.132.183.28]:46774 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752590Ab1A1PyB (ORCPT ); Fri, 28 Jan 2011 10:54:01 -0500 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Jan 28, 2011 at 02:29:50PM +0100, Markus Armbruster wrote: > Gleb Natapov writes: > > > If bootindex is specified on command line a string that describes device > > in firmware readable way is added into sorted list. Later this list will > > be passed into firmware to control boot order. > > > > Signed-off-by: Gleb Natapov > > Out of curiosity: what about qdev "scsi-generic"? Can't we boot from > that? What device exactly scsi-generic supports? scsi-disk has call to add_boot_device_path() though we cannot boot from it without extboot now. -- Gleb.