Re: [Qemu-devel] [PATCH v3 35/38] console: make screendump asynchronous

2019-04-09 Thread Marc-André Lureau
Hi On Thu, Apr 12, 2018 at 4:49 PM Dr. David Alan Gilbert wrote: > > * Marc-André Lureau (marcandre.lur...@redhat.com) wrote: > > Make screendump asynchronous to provide correct screendumps. > > > > HMP doesn't have async support, so it has to remain synchronous and > > potentially incorrect to

Re: [Qemu-devel] [PATCH v3 35/38] console: make screendump asynchronous

2018-04-19 Thread Marc-André Lureau
Hi On Thu, Apr 12, 2018 at 4:48 PM, Dr. David Alan Gilbert wrote: > * Marc-André Lureau (marcandre.lur...@redhat.com) wrote: >> Make screendump asynchronous to provide correct screendumps. >> >> HMP doesn't have async support, so it has to remain synchronous and >>

Re: [Qemu-devel] [PATCH v3 35/38] console: make screendump asynchronous

2018-04-12 Thread Dr. David Alan Gilbert
* Marc-André Lureau (marcandre.lur...@redhat.com) wrote: > Make screendump asynchronous to provide correct screendumps. > > HMP doesn't have async support, so it has to remain synchronous and > potentially incorrect to avoid potential races. > > Fixes: >

[Qemu-devel] [PATCH v3 35/38] console: make screendump asynchronous

2018-03-26 Thread Marc-André Lureau
Make screendump asynchronous to provide correct screendumps. HMP doesn't have async support, so it has to remain synchronous and potentially incorrect to avoid potential races. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1230527 Signed-off-by: Marc-André Lureau