From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9cIo-0004wL-5n for qemu-devel@nongnu.org; Thu, 06 Sep 2012 09:39:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9cIj-0004QW-Gl for qemu-devel@nongnu.org; Thu, 06 Sep 2012 09:39:26 -0400 Received: from e35.co.us.ibm.com ([32.97.110.153]:54774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9cIj-0004QG-AP for qemu-devel@nongnu.org; Thu, 06 Sep 2012 09:39:21 -0400 Received: from /spool/local by e35.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 6 Sep 2012 07:39:16 -0600 Received: from d03relay05.boulder.ibm.com (d03relay05.boulder.ibm.com [9.17.195.107]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 42EC61FF0041 for ; Thu, 6 Sep 2012 07:37:33 -0600 (MDT) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q86Db1Rv215506 for ; Thu, 6 Sep 2012 07:37:01 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q86DacJ7014008 for ; Thu, 6 Sep 2012 07:36:39 -0600 From: Anthony Liguori In-Reply-To: <50482351.6050302@redhat.com> References: <50482351.6050302@redhat.com> Date: Thu, 06 Sep 2012 08:36:24 -0500 Message-ID: <87pq5zjmsn.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] RFC: Add a new boot parameter to set delay time before seabios retry to boot List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amos Kong Cc: Kevin O'Connor , seabios@seabios.org, qemu-devel@nongnu.org, Gleb Natapov Amos Kong writes: > Hi all, > > Seabios supports automatically reboot after X second delay on failed > boot [1], > I want to add a parameter for qemu, it's used put a boot parameter into > romfile > for seabios to set the delay time. > > # qemu ... -boot order=n,menu=on,delay=5 ... > > > Comments & suggestions ? Thanks! Why use a file and not just a key/value? Regards, Anthony Liguori > > > [1] commit b8fcf46826e77c835da0ad8127a17895bb2e2fca > Author: Kevin O'Connor > Date: Sat May 12 22:12:22 2012 -0400 > > Automatically reboot after 60 second delay on failed boot. > > If no valid boot devices are found, display the error for 60 seconds > (by default) and then reboot. This enables a periodic retry in case > one of the boot devices is still coming online. > > Signed-off-by: Kevin O'Connor > > > > -- > Amos.