[email protected] writes: > From: Marc-André Lureau <[email protected]> > > 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 <[email protected]> > Reviewed-by: Gerd Hoffmann <[email protected]>
Thanks for persevering! Reviewed-by: Markus Armbruster <[email protected]>
