[PULL 0/6] Fixes patches

marcandre.lureau@redhat.com posted 6 patches 9 months, 2 weeks ago
Failed in applying to current master (apply log)
Maintainers: "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>
include/hw/virtio/virtio-gpu.h |  4 +++
chardev/char-socket.c          | 12 +++++++--
dump/dump.c                    |  4 +--
hw/display/virtio-gpu-base.c   |  2 +-
hw/display/virtio-gpu.c        | 48 +++++++++++++++++++++++++++++-----
hw/i386/vmmouse.c              | 15 ++++++++---
ui/gtk-egl.c                   |  1 +
ui/gtk-gl-area.c               |  1 +
8 files changed, 72 insertions(+), 15 deletions(-)
[PULL 0/6] Fixes patches
Posted by marcandre.lureau@redhat.com 9 months, 2 weeks ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

The following changes since commit 9400601a689a128c25fa9c21e932562e0eeb7a26:

  Merge tag 'pull-tcg-20230806-3' of https://gitlab.com/rth7680/qemu into staging (2023-08-06 16:47:48 -0700)

are available in the Git repository at:

  https://gitlab.com/marcandre.lureau/qemu.git tags/fixes-pull-request

for you to fetch changes up to 58ea90f8032912b41e753a95089ba764fcc6446a:

  ui/gtk: set scanout mode in gd_egl/gd_gl_area_scanout_texture (2023-08-07 17:13:42 +0400)

----------------------------------------------------------------
Fixes for 8.1

Hi,

Here is a collection of ui, dump and chardev fixes that are worth for 8.1.

thanks

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

Dongli Zhang (1):
  dump: kdump-zlib data pages not dumped with pvtime/aarch64

Dongwon Kim (1):
  ui/gtk: set scanout mode in gd_egl/gd_gl_area_scanout_texture

Marc-André Lureau (3):
  chardev: report the handshake error
  virtio-gpu: free BHs, by implementing unrealize
  virtio-gpu: reset gfx resources in main thread

Zongmin Zhou (1):
  hw/i386/vmmouse:add relative packet flag for button status

 include/hw/virtio/virtio-gpu.h |  4 +++
 chardev/char-socket.c          | 12 +++++++--
 dump/dump.c                    |  4 +--
 hw/display/virtio-gpu-base.c   |  2 +-
 hw/display/virtio-gpu.c        | 48 +++++++++++++++++++++++++++++-----
 hw/i386/vmmouse.c              | 15 ++++++++---
 ui/gtk-egl.c                   |  1 +
 ui/gtk-gl-area.c               |  1 +
 8 files changed, 72 insertions(+), 15 deletions(-)

-- 
2.41.0


Re: [PULL 0/6] Fixes patches
Posted by Richard Henderson 9 months, 2 weeks ago
On 8/7/23 13:47, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau<marcandre.lureau@redhat.com>
> 
> The following changes since commit 9400601a689a128c25fa9c21e932562e0eeb7a26:
> 
>    Merge tag 'pull-tcg-20230806-3' ofhttps://gitlab.com/rth7680/qemu  into staging (2023-08-06 16:47:48 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/marcandre.lureau/qemu.git  tags/fixes-pull-request
> 
> for you to fetch changes up to 58ea90f8032912b41e753a95089ba764fcc6446a:
> 
>    ui/gtk: set scanout mode in gd_egl/gd_gl_area_scanout_texture (2023-08-07 17:13:42 +0400)
> 
> ----------------------------------------------------------------
> Fixes for 8.1
> 
> Hi,
> 
> Here is a collection of ui, dump and chardev fixes that are worth for 8.1.

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~