Re: [PATCH 03/26] tests/acceptance: Fixe wait_for_console_pattern() hangs

2019-10-28 Thread Cleber Rosa
On Mon, Oct 28, 2019 at 09:01:16AM +0100, Aleksandar Markovic wrote: > On Monday, October 28, 2019, Philippe Mathieu-Daudé > wrote: > > > 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. > > > >

Re: [PATCH 03/26] tests/acceptance: Fixe wait_for_console_pattern() hangs

2019-10-28 Thread Cleber Rosa
On Mon, Oct 28, 2019 at 08:34:18AM +0100, Philippe Mathieu-Daudé wrote: > 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é

Re: [PATCH 03/26] tests/acceptance: Fixe wait_for_console_pattern() hangs

2019-10-28 Thread Aleksandar Markovic
On Monday, October 28, 2019, Philippe Mathieu-Daudé wrote: > 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é > --- >