From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9VTd-0002hX-3t for qemu-devel@nongnu.org; Thu, 06 Sep 2012 02:22:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9VTY-0000ca-Q6 for qemu-devel@nongnu.org; Thu, 06 Sep 2012 02:22:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9VTY-0000cT-Hq for qemu-devel@nongnu.org; Thu, 06 Sep 2012 02:22:04 -0400 Date: Thu, 6 Sep 2012 09:21:57 +0300 From: Gleb Natapov Message-ID: <20120906062157.GA27250@redhat.com> References: <50482351.6050302@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50482351.6050302@redhat.com> 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: Anthony Liguori , Kevin O'Connor , seabios@seabios.org, qemu-devel@nongnu.org On Thu, Sep 06, 2012 at 12:15:13PM +0800, Amos Kong wrote: > 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! > It is not cleat what "delay" mean. May be call it "reboot-timeout". > > [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. -- Gleb.