On Mon, 13 Mar 2023 at 11:01, <marcandre.lur...@redhat.com> wrote: > > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > The following changes since commit 29c8a9e31a982874ce4e2c15f2bf82d5f8dc3517: > > Merge tag 'linux-user-for-8.0-pull-request' of > https://gitlab.com/laurent_vivier/qemu into staging (2023-03-12 10:57:00 > +0000) > > are available in the Git repository at: > > https://gitlab.com/marcandre.lureau/qemu.git tags/display-pull-request > > for you to fetch changes up to 8af2d147cad9d150f977191ebef55f4ad6d01560: > > ui/dbus: restrict opengl to gbm-enabled config (2023-03-13 14:58:57 +0400) > > ---------------------------------------------------------------- > ui: dbus & misc fixes >
This breaks the avocado vnc tests: https://gitlab.com/qemu-project/qemu/-/jobs/3922220042 https://gitlab.com/qemu-project/qemu/-/jobs/3922220038 https://gitlab.com/qemu-project/qemu/-/jobs/3922517034 (205/218) 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,fd=15 -mon chardev=mon,mode=control -machine none -nodefaults -S -vnc :0\n Output: \n (0.39 s) (206/218) 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,fd=15 -mon chardev=mon,mode=control -machine none -nodefaults -S -vnc :0,password=on\n Output: \n (0.18 s) (207/218) tests/avocado/vnc.py:Vnc.test_change_listen: 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,fd=15 -mon chardev=mon,mode=control -machine none -nodefaults -S -vnc 127.0.0.1:26868\n Output: \n (0.18 s) thanks -- PMM