Re: [PATCH] qemu-options.hx: Update for reboot-timeout parameter

2019-10-24 Thread Laurent Vivier
Le 22/10/2019 à 14:52, Philippe Mathieu-Daudé a écrit : > On 10/22/19 8:18 AM, Markus Armbruster wrote: >> Han Han writes: >> >>> Since ee5d0f89d, -1 is not valid for the value of reboot-timeout. Update >>> that in qemu-options doc. >>> >>> Signed-off-by: Han Han >>> --- >>>   qemu-options.hx | 4

Re: [PATCH] qemu-options.hx: Update for reboot-timeout parameter

2019-10-22 Thread Philippe Mathieu-Daudé
On 10/22/19 8:18 AM, Markus Armbruster wrote: Han Han writes: Since ee5d0f89d, -1 is not valid for the value of reboot-timeout. Update that in qemu-options doc. Signed-off-by: Han Han --- qemu-options.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu-options.

Re: [PATCH] qemu-options.hx: Update for reboot-timeout parameter

2019-10-21 Thread Markus Armbruster
Han Han writes: > Since ee5d0f89d, -1 is not valid for the value of reboot-timeout. Update > that in qemu-options doc. > > Signed-off-by: Han Han > --- > qemu-options.hx | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/qemu-options.hx b/qemu-options.hx > index 793d70