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

2012-09-19 Thread Gleb Natapov
On Thu, Sep 20, 2012 at 11:15:26AM +0800, Amos Kong wrote: > On 07/09/12 11:11, 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

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

2012-09-19 Thread Amos Kong
On 07/09/12 11:11, 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 for a given time if not find bo

[Qemu-devel] [PATCH v2] 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. If reboot-