marcandre.lur...@redhat.com writes: > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > Thanks to the monitors' coroutine support (merge commit b7092cda1b3), > the screendump handler can trigger a graphic_hw_update(), yield and let > the main loop run until update is done. Then the handler is resumed, and > ppm_save() will write the screen image to disk in the coroutine context. > > The IO is still blocking though, as the file is set blocking so far, > this could be addressed by some future change (with other caveats). > > Related to: > https://bugzilla.redhat.com/show_bug.cgi?id=1230527 > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > Reviewed-by: Gerd Hoffmann <kra...@redhat.com>
Thanks for persevering! Reviewed-by: Markus Armbruster <arm...@redhat.com>