Hi
On Tue, Jun 28, 2022 at 9:08 PM John Snow wrote:
>
> On Tue, Jun 28, 2022 at 9:49 AM wrote:
> >
> > From: Marc-André Lureau
> >
> > Hi,
> >
> > As reported earlier by Richard Henderson ("virgl avocado hang" thread),
> > avocado
> > tests may hang when QEMU exits before the QMP connection is
On Tue, Jun 28, 2022 at 9:49 AM wrote:
>
> From: Marc-André Lureau
>
> Hi,
>
> As reported earlier by Richard Henderson ("virgl avocado hang" thread),
> avocado
> tests may hang when QEMU exits before the QMP connection is established.
>
> My proposal to fix the problem here is to do both accept
On Tue, Jun 28, 2022 at 05:49:37PM +0400, marcandre.lur...@redhat.com wrote:
> From: Marc-André Lureau
>
> Hi,
>
> As reported earlier by Richard Henderson ("virgl avocado hang" thread),
> avocado
> tests may hang when QEMU exits before the QMP connection is established.
>
> My proposal to fix
From: Marc-André Lureau
Hi,
As reported earlier by Richard Henderson ("virgl avocado hang" thread), avocado
tests may hang when QEMU exits before the QMP connection is established.
My proposal to fix the problem here is to do both accept() and wait()
concurrently by turning some code async. Obv