[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/6] Fixes patches
From: |
marcandre . lureau |
Subject: |
[PULL 0/6] Fixes patches |
Date: |
Tue, 8 Aug 2023 00:47:11 +0400 |
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
- [PULL 0/6] Fixes patches,
marcandre . lureau <=
- [PULL 1/6] chardev: report the handshake error, marcandre . lureau, 2023/08/07
- [PULL 2/6] virtio-gpu: free BHs, by implementing unrealize, marcandre . lureau, 2023/08/07
- [PULL 3/6] virtio-gpu: reset gfx resources in main thread, marcandre . lureau, 2023/08/07
- [PULL 4/6] dump: kdump-zlib data pages not dumped with pvtime/aarch64, marcandre . lureau, 2023/08/07
- [PULL 5/6] hw/i386/vmmouse:add relative packet flag for button status, marcandre . lureau, 2023/08/07
- [PULL 6/6] ui/gtk: set scanout mode in gd_egl/gd_gl_area_scanout_texture, marcandre . lureau, 2023/08/07
- Re: [PULL 0/6] Fixes patches, Richard Henderson, 2023/08/07