aboutsummaryrefslogtreecommitdiff
path: root/pc-bios
diff options
context:
space:
mode:
authorDongwon Kim <dongwon.kim@intel.com>2022-09-28 14:58:05 -0700
committerGerd Hoffmann <kraxel@redhat.com>2022-10-11 15:38:08 +0200
commit604a86895feb6639417fe957dfc95191f7f63565 (patch)
tree460d74b391314a608782cd23d08f1f96e617d534 /pc-bios
parentd307040b18bfcb1393b910f1bae753d5c12a4dc7 (diff)
downloadqemu-604a86895feb6639417fe957dfc95191f7f63565.zip
qemu-604a86895feb6639417fe957dfc95191f7f63565.tar.gz
qemu-604a86895feb6639417fe957dfc95191f7f63565.tar.bz2
ui/gtk-egl: egl context needs to be unbound in the end of gd_egl_switch
A thread often fails to bind an egl context to itself after guest VM is rebooted because the context is still owned by another thread. It is not very clear what condition makes this happen but this can be prevented by unbinding the context from the thread in the end of gd_egl_switch. Cc: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Dongwon Kim <dongwon.kim@intel.com> Message-Id: <20220928215805.4661-1-dongwon.kim@intel.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'pc-bios')
0 files changed, 0 insertions, 0 deletions