From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ML0Fy-0002cz-7n for qemu-devel@nongnu.org; Sun, 28 Jun 2009 15:41:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ML0Ft-0002b7-KI for qemu-devel@nongnu.org; Sun, 28 Jun 2009 15:41:41 -0400 Received: from [199.232.76.173] (port=52534 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ML0Ft-0002b2-FY for qemu-devel@nongnu.org; Sun, 28 Jun 2009 15:41:37 -0400 Received: from mail.gmx.net ([213.165.64.20]:46366) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1ML0Fs-0007N6-On for qemu-devel@nongnu.org; Sun, 28 Jun 2009 15:41:37 -0400 Message-ID: From: "Sebastian Herbszt" References: <4A45D428.9050600@web.de> In-Reply-To: <4A45D428.9050600@web.de> Date: Sun, 28 Jun 2009 21:40:59 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-15"; reply-type=original Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [RESEND][PATCH v2 1/2] Rework -boot option List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka , Anthony Liguori Cc: qemu-devel Jan Kiszka wrote: > This patch changes the boot command line option to the canonical format > > -boot [order=]drives[,interactive=on|off] > > where 'drives' is using the same format as the old -boot. The format > switch allows to add the 'interactive' option and use the existing > infrastructure to parse it. However, the old format is still understood > and will be processed at least for a transition time. > > The state of 'interactive' is transfered to the firmware via the new > configuration value FW_CFG_BOOT_INTERACTIVE. What about using "[boot]menu" instead of "interactive"? The Phoenix BIOS i got here allows me to enable/disable the boot menu, so this seems common. - Sebastian