From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GAuGm-0006QZ-Ae for qemu-devel@nongnu.org; Wed, 09 Aug 2006 16:03:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GAuGj-0006Ml-Vq for qemu-devel@nongnu.org; Wed, 09 Aug 2006 16:03:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GAuGj-0006ML-Qn for qemu-devel@nongnu.org; Wed, 09 Aug 2006 16:03:09 -0400 Received: from [66.187.233.31] (helo=mx1.redhat.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GAuLU-0005Sx-Bq for qemu-devel@nongnu.org; Wed, 09 Aug 2006 16:08:04 -0400 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k79K334k031915 for ; Wed, 9 Aug 2006 16:03:03 -0400 Received: from pobox.devel.redhat.com (pobox.devel.redhat.com [10.11.255.8]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k79K33KG021251 for ; Wed, 9 Aug 2006 16:03:03 -0400 Received: from [10.13.248.76] (vpn-248-76.boston.redhat.com [10.13.248.76]) by pobox.devel.redhat.com (8.13.1/8.13.1) with ESMTP id k79K312L030154 for ; Wed, 9 Aug 2006 16:03:02 -0400 From: Jeremy Katz Content-Type: text/plain Date: Wed, 09 Aug 2006 16:04:46 -0400 Message-Id: <1155153886.22203.11.camel@aglarond.local> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [RFC] Allow trying to boot from multiple devices Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The bochs rombios has supported attempting to boot from more than one device for a while. It seems like it would make sense to be able to specify "-boot acd" as an argument for qemu to try booting first from the floppy, then the cd and finally the hard drive to make things more like a "real" machine. Does this seem reasonable? If there's interest in this, I can clean up the patch I've started[1] and send it on. Jeremy [1] The patch is against the pseudo-fork of qemu being used in Xen so I need to do some rediffing as well as update the non-PC machine initialization for the change