On Mon, 14 Mar 2022 at 12:59, <marcandre.lur...@redhat.com> wrote: > > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > The following changes since commit 1416688c53be6535be755b44c15fb2eb9defd20f: > > Merge remote-tracking branch > 'remotes/mcayland/tags/q800-updates-for-7.0-20220309' into staging > (2022-03-10 13:16:37 +0000) > > are available in the Git repository at: > > g...@gitlab.com:marcandre.lureau/qemu.git tags/dbus-pull-request > > for you to fetch changes up to c923967ca32600aa4e8ab817565ebf5415b4e195: > > ui/console: call gfx_switch() even if the current scanout is GL (2022-03-14 > 15:16:29 +0400) > > ---------------------------------------------------------------- > GL & D-Bus display related fixes > > Hi, > > Here are pending fixes related to D-Bus and GL, most of them reported thanks > to > Akihiko Odaki. > > ----------------------------------------------------------------
This causes failures on the CI jobs that run check-acceptance, eg: https://gitlab.com/qemu-project/qemu/-/jobs/2200046502 https://gitlab.com/qemu-project/qemu/-/jobs/2200046505 https://gitlab.com/qemu-project/qemu/-/jobs/2200046522 on the same pair of tests each time: (171/183) tests/avocado/vnc.py:Vnc.test_change_password_requires_a_password: ERROR: ConnectError: Failed to establish session: EOFError\n Exit code: -11\n Command: ./qemu-system-x86_64 -display none -vga none -chardev socket,id=mon,path=/var/tmp/avo_qemu_sock_fuvyei1z/qemu-1849-7fcdc8bae828-monitor.sock -mon chardev=mon,mode=control -nodef... (0.48 s) (172/183) tests/avocado/vnc.py:Vnc.test_change_password: ERROR: ConnectError: Failed to establish session: EOFError\n Exit code: -11\n Command: ./qemu-system-x86_64 -display none -vga none -chardev socket,id=mon,path=/var/tmp/avo_qemu_sock_vk5oz22m/qemu-1855-7fcdc8babba8-monitor.sock -mon chardev=mon,mode=control -nodef... (0.16 s) thanks -- PMM