Re: [Qemu-devel] [PATCH] vnc: detect and optimize pageflips

2019-01-21 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190116101049.8929-1-kra...@redhat.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/

Re: [Qemu-devel] [PATCH] vnc: detect and optimize pageflips

2019-01-16 Thread Daniel P . Berrangé
On Wed, Jan 16, 2019 at 11:10:49AM +0100, Gerd Hoffmann wrote: > When size and format of the display surface stays the same we can just > tag the guest display as dirty and be done with it. > > There is no need need to resize the vnc server display or to touch the > vnc client dirty bits. On the

[Qemu-devel] [PATCH] vnc: detect and optimize pageflips

2019-01-16 Thread Gerd Hoffmann
When size and format of the display surface stays the same we can just tag the guest display as dirty and be done with it. There is no need need to resize the vnc server display or to touch the vnc client dirty bits. On the next refresh cycle vnc_refresh_server_surface() will check for actual dis