From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GCi1G-0005LY-5C for qemu-devel@nongnu.org; Mon, 14 Aug 2006 15:22:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GCi1D-0005Kz-Kv for qemu-devel@nongnu.org; Mon, 14 Aug 2006 15:22:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GCi1D-0005Kv-F3 for qemu-devel@nongnu.org; Mon, 14 Aug 2006 15:22:35 -0400 Received: from [66.187.233.31] (helo=mx1.redhat.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GCi75-0000gM-JU for qemu-devel@nongnu.org; Mon, 14 Aug 2006 15:28:39 -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 k7EJMJAT016471 for ; Mon, 14 Aug 2006 15:22:20 -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 k7EJMJC7013769 for ; Mon, 14 Aug 2006 15:22:19 -0400 Received: from [172.16.50.181] (vpn50-181.rdu.redhat.com [172.16.50.181]) by pobox.devel.redhat.com (8.13.1/8.13.1) with ESMTP id k7EJMJvr012136 for ; Mon, 14 Aug 2006 15:22:19 -0400 From: Jeremy Katz Content-Type: text/plain Date: Mon, 14 Aug 2006 15:24:00 -0400 Message-Id: <1155583440.22107.30.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 initializations for the change