Re: [PATCH v2 17/20] virtio-gpu: avoid re-entering cmdq processing

2021-02-05 Thread Alexander Bulekov
On 210204 1452, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > The next patch will notify the GL context got flush, which will resume > the queue processing. However, if this happens within the caller > context, it will end up with a stack overflow flush/update loop. > >

[PATCH v2 17/20] virtio-gpu: avoid re-entering cmdq processing

2021-02-04 Thread marcandre . lureau
From: Marc-André Lureau The next patch will notify the GL context got flush, which will resume the queue processing. However, if this happens within the caller context, it will end up with a stack overflow flush/update loop. Signed-off-by: Marc-André Lureau --- include/hw/virtio/virtio-gpu.h