Re: [PATCH 2/8] tests/vm: increased max timeout for vm boot.

2020-01-27 Thread Philippe Mathieu-Daudé
On 1/24/20 8:00 PM, Robert Foley wrote: Hi Phil, I once suggested "When using TCG, wait longer for a VM to start" https://www.mail-archive.com/qemu-devel@nongnu.org/msg550610.html Thanks for the pointer. This increase in timeout under TCG seems just right for the case we saw. I will

Re: [PATCH 2/8] tests/vm: increased max timeout for vm boot.

2020-01-24 Thread Robert Foley
Hi Phil, > I once suggested "When using TCG, wait longer for a VM to start" > https://www.mail-archive.com/qemu-devel@nongnu.org/msg550610.html > Thanks for the pointer. This increase in timeout under TCG seems just right for the case we saw. I will incorporate this into the patch. Thanks &

Re: [PATCH 2/8] tests/vm: increased max timeout for vm boot.

2020-01-24 Thread Philippe Mathieu-Daudé
Hi Robert, On 1/24/20 5:53 PM, Robert Foley wrote: Add change to increase timeout waiting for VM to boot. Needed for some emulation cases where it can take longer than 5 minutes to boot. Signed-off-by: Robert Foley Reviewed-by: Peter Puhov --- tests/vm/basevm.py | 2 +- 1 file changed, 1

[PATCH 2/8] tests/vm: increased max timeout for vm boot.

2020-01-24 Thread Robert Foley
Add change to increase timeout waiting for VM to boot. Needed for some emulation cases where it can take longer than 5 minutes to boot. Signed-off-by: Robert Foley Reviewed-by: Peter Puhov --- tests/vm/basevm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git