The following changes since commit 831aaf24967a49d7750090b9dcfd6bf356f16529:
Merge remote-tracking branch 'remotes/marcandre/tags/misc-pull-request' into staging (2021-09-14 18:14:56 +0100) are available in the Git repository at: git://git.kraxel.org/qemu tags/vga-20210916-pull-request for you to fetch changes up to b3a5dfdea99da55fdc70538eeeb2227ebe6d6a5f: virtio-gpu: Add gl_flushed callback (2021-09-15 08:42:00 +0200) ---------------------------------------------------------------- virtio-gpu + ui: fence syncronization. qxl: unbreak live migration. ---------------------------------------------------------------- Gerd Hoffmann (1): qxl: fix pre-save logic Vivek Kasireddy (5): ui/gtk: Create a common release_dmabuf helper ui/egl: Add egl helpers to help with synchronization ui: Create sync objects and fences only for blobs ui/gtk-egl: Wait for the draw signal for dmabuf blobs virtio-gpu: Add gl_flushed callback include/ui/console.h | 3 +++ include/ui/egl-helpers.h | 3 +++ include/ui/gtk.h | 5 ++-- hw/display/qxl.c | 2 +- hw/display/virtio-gpu-udmabuf.c | 1 + hw/display/virtio-gpu.c | 32 ++++++++++++++++++++-- ui/egl-helpers.c | 26 ++++++++++++++++++ ui/gtk-egl.c | 48 +++++++++++++++++++++++++++------ ui/gtk-gl-area.c | 26 ++++++++++++++++++ ui/gtk.c | 26 ++++++++++++++++-- 10 files changed, 157 insertions(+), 15 deletions(-) -- 2.31.1