Re: [Qemu-devel] [PATCH] add a boot parameter to set reboot timeout

2012-09-06 Thread Amos Kong
On 06/09/12 20:46, Gleb Natapov wrote: On Thu, Sep 06, 2012 at 08:39:24PM +0800, Amos Kong wrote: Added an option to let qemu transfer a configuration file to bios, "etc/boot-fail-wait", which could be specified by command -boot reboot-timeout=T T have a max value of 0x, unit is ms. Wi

Re: [Qemu-devel] [PATCH] add a boot parameter to set reboot timeout

2012-09-06 Thread Gleb Natapov
On Thu, Sep 06, 2012 at 08:39:24PM +0800, Amos Kong wrote: > Added an option to let qemu transfer a configuration file to bios, > "etc/boot-fail-wait", which could be specified by command > -boot reboot-timeout=T > T have a max value of 0x, unit is ms. > > With this option, guest will wait

[Qemu-devel] [PATCH] add a boot parameter to set reboot timeout

2012-09-06 Thread Amos Kong
Added an option to let qemu transfer a configuration file to bios, "etc/boot-fail-wait", which could be specified by command -boot reboot-timeout=T T have a max value of 0x, unit is ms. With this option, guest will wait for a given time if not find bootabled device, then reboot. This featu