Re: [PATCH 3/3] console: make QMP/HMP screendump run in coroutine

2020-10-27 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > On Tue, Oct 27, 2020 at 12:41 PM Markus Armbruster wrote: >> >> marcandre.lur...@redhat.com writes: >> >> > From: Marc-André Lureau >> > >> > Thanks to the monitors coroutine support, the screendump handler can >> >> monitors' >> >> Suggest to add (merge commi

Re: [PATCH 3/3] console: make QMP/HMP screendump run in coroutine

2020-10-27 Thread Marc-André Lureau
Hi On Tue, Oct 27, 2020 at 12:41 PM Markus Armbruster wrote: > > marcandre.lur...@redhat.com writes: > > > From: Marc-André Lureau > > > > Thanks to the monitors coroutine support, the screendump handler can > > monitors' > > Suggest to add (merge commit b7092cda1b3) right before the comma. > >

Re: [PATCH 3/3] console: make QMP/HMP screendump run in coroutine

2020-10-27 Thread Markus Armbruster
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > Thanks to the monitors coroutine support, the screendump handler can monitors' Suggest to add (merge commit b7092cda1b3) right before the comma. > trigger a graphic_hw_update(), yield and let the main loop run until > update is

[PATCH 3/3] console: make QMP/HMP screendump run in coroutine

2020-10-10 Thread marcandre . lureau
From: Marc-André Lureau Thanks to the monitors coroutine support, 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 (thus non-bloc