[PULL 0/3] Fixes for QEMU 7.1-rc4

marcandre.lureau@redhat.com posted 3 patches 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220818065631.324170-1-marcandre.lureau@redhat.com
Maintainers: "Marc-André Lureau" <marcandre.lureau@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>
meson.build             |  2 +-
backends/dbus-vmstate.c | 13 +++++++++----
ui/console.c            |  6 ++++--
3 files changed, 14 insertions(+), 7 deletions(-)
[PULL 0/3] Fixes for QEMU 7.1-rc4
Posted by marcandre.lureau@redhat.com 1 year, 8 months ago
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

----------------------------------------------------------------

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(-)

-- 
2.37.1


Re: [PULL 0/3] Fixes for QEMU 7.1-rc4
Posted by Richard Henderson 1 year, 8 months ago
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(-)
>