Re: [Qemu-devel] [PULL 5/6] console: remove do_safe_dpy_refresh

2017-07-23 Thread Paolo Bonzini
On 18/07/2017 15:56, Laurent Vivier wrote: > On 18/07/2017 15:07, Laurent Vivier wrote: >> On 21/06/2017 15:23, Gerd Hoffmann wrote: >>> Drop the temporary workaround for the broken display updates. >>> All display adapters are updated, so this should be safe without >>> causing regressions. >> >>

Re: [Qemu-devel] [PULL 5/6] console: remove do_safe_dpy_refresh

2017-07-18 Thread Dr. David Alan Gilbert
* Laurent Vivier (lviv...@redhat.com) wrote: > On 18/07/2017 15:07, Laurent Vivier wrote: > > On 21/06/2017 15:23, Gerd Hoffmann wrote: > >> Drop the temporary workaround for the broken display updates. > >> All display adapters are updated, so this should be safe without > >> causing regressions.

Re: [Qemu-devel] [PULL 5/6] console: remove do_safe_dpy_refresh

2017-07-18 Thread Laurent Vivier
On 18/07/2017 15:07, Laurent Vivier wrote: > On 21/06/2017 15:23, Gerd Hoffmann wrote: >> Drop the temporary workaround for the broken display updates. >> All display adapters are updated, so this should be safe without >> causing regressions. > > It seems it breaks QMP command 'migrate "exec:cat>

Re: [Qemu-devel] [PULL 5/6] console: remove do_safe_dpy_refresh

2017-07-18 Thread Laurent Vivier
On 21/06/2017 15:23, Gerd Hoffmann wrote: > Drop the temporary workaround for the broken display updates. > All display adapters are updated, so this should be safe without > causing regressions. It seems it breaks QMP command 'migrate "exec:cat>mig"'. The command hangs and doesn't create the fil

[Qemu-devel] [PULL 5/6] console: remove do_safe_dpy_refresh

2017-06-21 Thread Gerd Hoffmann
Drop the temporary workaround for the broken display updates. All display adapters are updated, so this should be safe without causing regressions. Signed-off-by: Gerd Hoffmann Acked-by: Alex Bennée Message-id: 20170614084538.32480-1-kra...@redhat.com --- ui/console.c | 25 +