Message ID | 20220610092043.1874654-1-kraxel@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 6/10/22 02:20, Gerd Hoffmann wrote: > The following changes since commit 9cc1bf1ebca550f8d90f967ccd2b6d2e00e81387: > > Merge tag 'pull-xen-20220609' of https://xenbits.xen.org/git-http/people/aperard/qemu-dm into staging (2022-06-09 08:25:17 -0700) > > are available in the Git repository at: > > git://git.kraxel.org/qemu tags/kraxel-20220610-pull-request > > for you to fetch changes up to 02319a4d67d3f19039127b8dc9ca9478b6d6ccd8: > > virtio-gpu: Respect UI refresh rate for EDID (2022-06-10 11:11:44 +0200) > > ---------------------------------------------------------------- > usb: add CanoKey device, fixes for ehci + redir > ui: fixes for gtk and cocoa, move keymaps, rework refresh rate > virtio-gpu: scanout flush fix This introduces regressions: https://gitlab.com/qemu-project/qemu/-/jobs/2576157660 https://gitlab.com/qemu-project/qemu/-/jobs/2576151565 https://gitlab.com/qemu-project/qemu/-/jobs/2576154539 https://gitlab.com/qemu-project/qemu/-/jobs/2575867208 (27/43) tests/avocado/vnc.py:Vnc.test_change_password_requires_a_password: ERROR: ConnectError: Failed to establish session: EOFError\n Exit code: 1\n Command: ./qemu-system-x86_64 -display none -vga none -chardev socket,id=mon,path=/var/tmp/avo_qemu_sock_4nrz0r37/qemu-2912538-7f732e94e0f0-monitor.sock -mon chardev=mon,mode=control -node... (0.09 s) (28/43) tests/avocado/vnc.py:Vnc.test_change_password: ERROR: ConnectError: Failed to establish session: EOFError\n Exit code: 1\n Command: ./qemu-system-x86_64 -display none -vga none -chardev socket,id=mon,path=/var/tmp/avo_qemu_sock_yhpzy5c3/qemu-2912543-7f732e94b438-monitor.sock -mon chardev=mon,mode=control -node... (0.09 s) (29/43) tests/avocado/vnc.py:Vnc.test_change_password_requires_a_password: ERROR: ConnectError: Failed to establish session: EOFError\n Exit code: 1\n Command: ./qemu-system-x86_64 -display none -vga none -chardev socket,id=mon,path=/var/tmp/avo_qemu_sock_tk3pfmt2/qemu-2912548-7f732e93d7b8-monitor.sock -mon chardev=mon,mode=control -node... (0.09 s) r~
Am 10.06.22 um 22:16 schrieb Richard Henderson: > On 6/10/22 02:20, Gerd Hoffmann wrote: >> The following changes since commit >> 9cc1bf1ebca550f8d90f967ccd2b6d2e00e81387: >> >> Merge tag 'pull-xen-20220609' of >> https://xenbits.xen.org/git-http/people/aperard/qemu-dm into staging >> (2022-06-09 08:25:17 -0700) >> >> are available in the Git repository at: >> >> git://git.kraxel.org/qemu tags/kraxel-20220610-pull-request >> >> for you to fetch changes up to 02319a4d67d3f19039127b8dc9ca9478b6d6ccd8: >> >> virtio-gpu: Respect UI refresh rate for EDID (2022-06-10 11:11:44 >> +0200) >> >> ---------------------------------------------------------------- >> usb: add CanoKey device, fixes for ehci + redir >> ui: fixes for gtk and cocoa, move keymaps, rework refresh rate >> virtio-gpu: scanout flush fix > > This introduces regressions: > > https://gitlab.com/qemu-project/qemu/-/jobs/2576157660 > https://gitlab.com/qemu-project/qemu/-/jobs/2576151565 > https://gitlab.com/qemu-project/qemu/-/jobs/2576154539 > https://gitlab.com/qemu-project/qemu/-/jobs/2575867208 > > > (27/43) > tests/avocado/vnc.py:Vnc.test_change_password_requires_a_password: > ERROR: ConnectError: Failed to establish session: EOFError\n Exit > code: 1\n Command: ./qemu-system-x86_64 -display none -vga none > -chardev > socket,id=mon,path=/var/tmp/avo_qemu_sock_4nrz0r37/qemu-2912538-7f732e94e0f0-monitor.sock > -mon chardev=mon,mode=control -node... (0.09 s) > (28/43) tests/avocado/vnc.py:Vnc.test_change_password: ERROR: > ConnectError: Failed to establish session: EOFError\n Exit code: > 1\n Command: ./qemu-system-x86_64 -display none -vga none -chardev > socket,id=mon,path=/var/tmp/avo_qemu_sock_yhpzy5c3/qemu-2912543-7f732e94b438-monitor.sock > -mon chardev=mon,mode=control -node... (0.09 s) > (29/43) > tests/avocado/vnc.py:Vnc.test_change_password_requires_a_password: > ERROR: ConnectError: Failed to establish session: EOFError\n Exit > code: 1\n Command: ./qemu-system-x86_64 -display none -vga none > -chardev > socket,id=mon,path=/var/tmp/avo_qemu_sock_tk3pfmt2/qemu-2912548-7f732e93d7b8-monitor.sock > -mon chardev=mon,mode=control -node... (0.09 s) > > > r~ > This is caused by [PATCH 14/17] ui: move 'pc-bios/keymaps' to 'ui/keymaps'. After this patch QEMU no longer finds it's keymaps if started directly from the build directory. With best regards, Volker
On 2022/06/12 1:34, Volker Rümelin wrote: > Am 10.06.22 um 22:16 schrieb Richard Henderson: >> On 6/10/22 02:20, Gerd Hoffmann wrote: >>> The following changes since commit >>> 9cc1bf1ebca550f8d90f967ccd2b6d2e00e81387: >>> >>> Merge tag 'pull-xen-20220609' of >>> https://xenbits.xen.org/git-http/people/aperard/qemu-dm into staging >>> (2022-06-09 08:25:17 -0700) >>> >>> are available in the Git repository at: >>> >>> git://git.kraxel.org/qemu tags/kraxel-20220610-pull-request >>> >>> for you to fetch changes up to 02319a4d67d3f19039127b8dc9ca9478b6d6ccd8: >>> >>> virtio-gpu: Respect UI refresh rate for EDID (2022-06-10 11:11:44 >>> +0200) >>> >>> ---------------------------------------------------------------- >>> usb: add CanoKey device, fixes for ehci + redir >>> ui: fixes for gtk and cocoa, move keymaps, rework refresh rate >>> virtio-gpu: scanout flush fix >> >> This introduces regressions: >> >> https://gitlab.com/qemu-project/qemu/-/jobs/2576157660 >> https://gitlab.com/qemu-project/qemu/-/jobs/2576151565 >> https://gitlab.com/qemu-project/qemu/-/jobs/2576154539 >> https://gitlab.com/qemu-project/qemu/-/jobs/2575867208 >> >> >> (27/43) >> tests/avocado/vnc.py:Vnc.test_change_password_requires_a_password: >> ERROR: ConnectError: Failed to establish session: EOFError\n Exit >> code: 1\n Command: ./qemu-system-x86_64 -display none -vga none >> -chardev >> socket,id=mon,path=/var/tmp/avo_qemu_sock_4nrz0r37/qemu-2912538-7f732e94e0f0-monitor.sock >> -mon chardev=mon,mode=control -node... (0.09 s) >> (28/43) tests/avocado/vnc.py:Vnc.test_change_password: ERROR: >> ConnectError: Failed to establish session: EOFError\n Exit code: >> 1\n Command: ./qemu-system-x86_64 -display none -vga none -chardev >> socket,id=mon,path=/var/tmp/avo_qemu_sock_yhpzy5c3/qemu-2912543-7f732e94b438-monitor.sock >> -mon chardev=mon,mode=control -node... (0.09 s) >> (29/43) >> tests/avocado/vnc.py:Vnc.test_change_password_requires_a_password: >> ERROR: ConnectError: Failed to establish session: EOFError\n Exit >> code: 1\n Command: ./qemu-system-x86_64 -display none -vga none >> -chardev >> socket,id=mon,path=/var/tmp/avo_qemu_sock_tk3pfmt2/qemu-2912548-7f732e93d7b8-monitor.sock >> -mon chardev=mon,mode=control -node... (0.09 s) >> >> >> r~ >> > > This is caused by [PATCH 14/17] ui: move 'pc-bios/keymaps' to > 'ui/keymaps'. After this patch QEMU no longer finds it's keymaps if > started directly from the build directory. > > With best regards, > Volker > I have a patch series which allow to find files not in pc-bios directory even if started directly from the build directory: https://patchew.org/QEMU/20220228005710.10442-1-akihiko.odaki@gmail.com/ Regards, Akihiko Odaki
On Sat, Jun 11, 2022 at 06:34:28PM +0200, Volker Rümelin wrote: > Am 10.06.22 um 22:16 schrieb Richard Henderson: > > On 6/10/22 02:20, Gerd Hoffmann wrote: > > > The following changes since commit > > > 9cc1bf1ebca550f8d90f967ccd2b6d2e00e81387: > > > > > > Merge tag 'pull-xen-20220609' of > > > https://xenbits.xen.org/git-http/people/aperard/qemu-dm into staging > > > (2022-06-09 08:25:17 -0700) > > > > > > are available in the Git repository at: > > > > > > git://git.kraxel.org/qemu tags/kraxel-20220610-pull-request > > > > > > for you to fetch changes up to 02319a4d67d3f19039127b8dc9ca9478b6d6ccd8: > > > > > > virtio-gpu: Respect UI refresh rate for EDID (2022-06-10 11:11:44 > > > +0200) > > > > > > ---------------------------------------------------------------- > > > usb: add CanoKey device, fixes for ehci + redir > > > ui: fixes for gtk and cocoa, move keymaps, rework refresh rate > > > virtio-gpu: scanout flush fix > > > > This introduces regressions: > > > > https://gitlab.com/qemu-project/qemu/-/jobs/2576157660 > > https://gitlab.com/qemu-project/qemu/-/jobs/2576151565 > > https://gitlab.com/qemu-project/qemu/-/jobs/2576154539 > > https://gitlab.com/qemu-project/qemu/-/jobs/2575867208 > > > > > > (27/43) > > tests/avocado/vnc.py:Vnc.test_change_password_requires_a_password: > > ERROR: ConnectError: Failed to establish session: EOFError\n Exit code: > > 1\n Command: ./qemu-system-x86_64 -display none -vga none -chardev socket,id=mon,path=/var/tmp/avo_qemu_sock_4nrz0r37/qemu-2912538-7f732e94e0f0-monitor.sock > > -mon chardev=mon,mode=control -node... (0.09 s) > > (28/43) tests/avocado/vnc.py:Vnc.test_change_password: ERROR: > > ConnectError: Failed to establish session: EOFError\n Exit code: > > 1\n Command: ./qemu-system-x86_64 -display none -vga none -chardev socket,id=mon,path=/var/tmp/avo_qemu_sock_yhpzy5c3/qemu-2912543-7f732e94b438-monitor.sock > > -mon chardev=mon,mode=control -node... (0.09 s) > > (29/43) > > tests/avocado/vnc.py:Vnc.test_change_password_requires_a_password: > > ERROR: ConnectError: Failed to establish session: EOFError\n Exit code: > > 1\n Command: ./qemu-system-x86_64 -display none -vga none -chardev socket,id=mon,path=/var/tmp/avo_qemu_sock_tk3pfmt2/qemu-2912548-7f732e93d7b8-monitor.sock > > -mon chardev=mon,mode=control -node... (0.09 s) > > > > > > r~ > > > > This is caused by [PATCH 14/17] ui: move 'pc-bios/keymaps' to 'ui/keymaps'. > After this patch QEMU no longer finds it's keymaps if started directly from > the build directory. I just sent Gerd an update version which adds a symlink from the source tree to the build dir to solve this problem, along with updated commit message to reflect this need With regards, Daniel