[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 0/3] Fixes for QEMU 7.1-rc4
From: |
Richard Henderson |
Subject: |
Re: [PULL 0/3] Fixes for QEMU 7.1-rc4 |
Date: |
Thu, 18 Aug 2022 11:01:36 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 |
On 8/17/22 23:56, marcandre.lureau@redhat.com wrote:
From: Marc-André Lureau <marcandre.lureau@redhat.com>
The following changes since commit c7208a6e0d049f9e8af15df908168a79b1f99685:
Update version for v7.1.0-rc3 release (2022-08-16 20:45:19 -0500)
are available in the Git repository at:
git@gitlab.com:marcandre.lureau/qemu.git tags/fixes-pull-request
for you to fetch changes up to 88738ea40bee4c2cf9aae05edd2ec87e0cbeaf36:
ui/console: fix qemu_console_resize() regression (2022-08-18 10:46:55 +0400)
----------------------------------------------------------------
Some fixes pending on the ML:
* console regression fix
* dbus-vmstate error handling fix
* a build-sys fix
Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/7.1 as
appropriate.
r~
----------------------------------------------------------------
Marc-André Lureau (2):
build-sys: disable vhost-user-gpu if !opengl
ui/console: fix qemu_console_resize() regression
Priyankar Jain (1):
dbus-vmstate: Restrict error checks to registered proxies in
dbus_get_proxies
meson.build | 2 +-
backends/dbus-vmstate.c | 13 +++++++++----
ui/console.c | 6 ++++--
3 files changed, 14 insertions(+), 7 deletions(-)