From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IqdVJ-0005z6-6T for qemu-devel@nongnu.org; Fri, 09 Nov 2007 18:43:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IqdVH-0005y3-OV for qemu-devel@nongnu.org; Fri, 09 Nov 2007 18:43:12 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqdVH-0005xu-Kv for qemu-devel@nongnu.org; Fri, 09 Nov 2007 18:43:11 -0500 Received: from ik-out-1112.google.com ([66.249.90.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IqdVH-00008f-6F for qemu-devel@nongnu.org; Fri, 09 Nov 2007 18:43:11 -0500 Received: by ik-out-1112.google.com with SMTP id c29so618403ika for ; Fri, 09 Nov 2007 15:43:09 -0800 (PST) Message-ID: Date: Sat, 10 Nov 2007 00:43:09 +0100 From: "andrzej zaborowski" Subject: Re: [Fwd: Re: [Qemu-devel] multiple boot devices] In-Reply-To: <1194645378.21588.46.camel@rapid> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1194645378.21588.46.camel@rapid> 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 On 09/11/2007, J. Mayer wrote: > What about this patch ? Is there any remark ? Is it to be applied ? Yes, I'm also in favour. Regarding the machines that boot off flash, I will try to come up with some logical synatx. The Palm T|E board can boot off the ROM and it needs no kernel image in such case. Currently I was using "-option-rom rom.image -boot n" for this, as a hack, next week I should again have some time to play with it. Regards