qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: marcandre.lureau@redhat.com
Cc: qemu-devel@nongnu.org,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>,
	"Gerd Hoffmann" <kraxel@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Daniel P. Berrangé" <berrange@redhat.com>,
	"Thomas Huth" <thuth@redhat.com>,
	"Laurent Vivier" <lvivier@redhat.com>
Subject: Re: [PULL 00/18] UI patches
Date: Mon, 13 Mar 2023 13:43:40 +0000	[thread overview]
Message-ID: <CAFEAcA_VmZP=JSr7i0nMGFXPwUKKNrfajK1ZJ-2nSv0nONGLsw@mail.gmail.com> (raw)
In-Reply-To: <20230313110126.383392-1-marcandre.lureau@redhat.com>

On Mon, 13 Mar 2023 at 11:01, <marcandre.lureau@redhat.com> wrote:
>
> From: Marc-André Lureau <marcandre.lureau@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


      parent reply	other threads:[~2023-03-13 13:44 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-13 11:01 [PULL 00/18] UI patches marcandre.lureau
2023-03-13 11:01 ` [PULL 01/18] ui/dbus: initialize cursor_fb marcandre.lureau
2023-03-13 11:01 ` [PULL 02/18] ui/dbus: unregister clipboard on connection close marcandre.lureau
2023-03-13 11:01 ` [PULL 03/18] audio/dbus: there are no sender for p2p mode marcandre.lureau
2023-03-13 11:01 ` [PULL 04/18] ui/dbus: set mouse is-absolute during console creation marcandre.lureau
2023-03-13 11:01 ` [PULL 05/18] meson: ensure dbus-display generated code is built before other units marcandre.lureau
2023-03-13 11:01 ` [PULL 06/18] ui: rename cursor_{put->unref} marcandre.lureau
2023-03-13 11:01 ` [PULL 07/18] ui: rename cursor_{get->ref}, return it marcandre.lureau
2023-03-13 11:01 ` [PULL 08/18] ui: keep current cursor with QemuConsole marcandre.lureau
2023-03-13 11:01 ` [PULL 09/18] ui: set cursor upon listener registration marcandre.lureau
2023-03-13 11:01 ` [PULL 10/18] ui: set cursor position " marcandre.lureau
2023-03-13 11:01 ` [PULL 11/18] ui/sdl: get the GL context from the window marcandre.lureau
2023-03-13 11:01 ` [PULL 12/18] ui/shader: fix #version directive must occur on first line marcandre.lureau
2023-03-13 11:01 ` [PULL 13/18] ui/egl: print EGL error, helping debugging marcandre.lureau
2023-03-13 11:01 ` [PULL 14/18] ui/sdl: add QEMU_ENABLE_SDL_LOGGING setting/environment marcandre.lureau
2023-03-13 11:01 ` [PULL 15/18] ui/sdl: try to instantiate the matching opengl renderer marcandre.lureau
2023-03-13 11:01 ` [PULL 16/18] ui: introduce egl_init() marcandre.lureau
2023-03-13 11:01 ` [PULL 17/18] ui/dbus: do not require opengl & gbm marcandre.lureau
2023-03-13 11:01 ` [PULL 18/18] ui/dbus: restrict opengl to gbm-enabled config marcandre.lureau
2023-03-13 13:43 ` Peter Maydell [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFEAcA_VmZP=JSr7i0nMGFXPwUKKNrfajK1ZJ-2nSv0nONGLsw@mail.gmail.com' \
    --to=peter.maydell@linaro.org \
    --cc=berrange@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=lvivier@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).