Re: [PATCH v2 02/11] tests/acceptance: Fixe wait_for_console_pattern() hangs

2019-10-24 Thread Aleksandar Markovic
On Saturday, October 19, 2019, Philippe Mathieu-Daudé wrote: > From: Philippe Mathieu-Daudé > > Because of a possible deadlock (QEMU waiting for the socket to > become writable) let's close the console socket as soon as we > stop to use it. > > Suggested-by: Cleber Rosa > Signed-off-by: Philipp

[PATCH v2 02/11] tests/acceptance: Fixe wait_for_console_pattern() hangs

2019-10-19 Thread Philippe Mathieu-Daudé
From: Philippe Mathieu-Daudé Because of a possible deadlock (QEMU waiting for the socket to become writable) let's close the console socket as soon as we stop to use it. Suggested-by: Cleber Rosa Signed-off-by: Philippe Mathieu-Daudé --- tests/acceptance/avocado_qemu/__init__.py | 1 + 1 file