mbox

[PULL,0/8] Fixes 20211122 patches

Message ID 20211122124015.909318-1-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/fixes-20211122-pull-request

Message

Gerd Hoffmann Nov. 22, 2021, 12:40 p.m. UTC
The following changes since commit c5fbdd60cf1fb52f01bdfe342b6fa65d5343e1b1:

  Merge tag 'qemu-sparc-20211121' of git://github.com/mcayland/qemu into staging (2021-11-21 14:12:25 +0100)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/fixes-20211122-pull-request

for you to fetch changes up to b9e5628ca5d42994cc6f82752d9bf0bc98f51f64:

  microvm: check g_file_set_contents() return value (2021-11-22 11:14:28 +0100)

----------------------------------------------------------------
fixes for 6.2: microvm, ui, modules.

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

Alexander Orzechowski (2):
  ui: fix incorrect scaling on highdpi with gtk/opengl
  ui: fix incorrect pointer position on highdpi with gtk

Dongwon Kim (1):
  ui/gtk: graphic_hw_gl_flushed after closing dmabuf->fence_fd

Gerd Hoffmann (2):
  microvm: add missing g_free() call
  microvm: check g_file_set_contents() return value

Laurent Vivier (1):
  migration: fix dump-vmstate with modules

Philippe Mathieu-Daudé (1):
  hw/i386/microvm: Reduce annoying debug message in dt_setup_microvm()

Vladimir Sementsov-Ogievskiy (1):
  ui/vnc-clipboard: fix adding notifier twice

 hw/i386/microvm-dt.c | 11 +++++++++--
 softmmu/vl.c         |  1 +
 ui/gtk-gl-area.c     |  7 ++++---
 ui/gtk.c             | 17 ++++++++++-------
 ui/vnc-clipboard.c   | 10 ++++++----
 5 files changed, 30 insertions(+), 16 deletions(-)

Comments

Richard Henderson Nov. 22, 2021, 3:35 p.m. UTC | #1
On 11/22/21 1:40 PM, Gerd Hoffmann wrote:
> The following changes since commit c5fbdd60cf1fb52f01bdfe342b6fa65d5343e1b1:
> 
>    Merge tag 'qemu-sparc-20211121' of git://github.com/mcayland/qemu into staging (2021-11-21 14:12:25 +0100)
> 
> are available in the Git repository at:
> 
>    git://git.kraxel.org/qemu tags/fixes-20211122-pull-request
> 
> for you to fetch changes up to b9e5628ca5d42994cc6f82752d9bf0bc98f51f64:
> 
>    microvm: check g_file_set_contents() return value (2021-11-22 11:14:28 +0100)
> 
> ----------------------------------------------------------------
> fixes for 6.2: microvm, ui, modules.
> 
> ----------------------------------------------------------------
> 
> Alexander Orzechowski (2):
>    ui: fix incorrect scaling on highdpi with gtk/opengl
>    ui: fix incorrect pointer position on highdpi with gtk
> 
> Dongwon Kim (1):
>    ui/gtk: graphic_hw_gl_flushed after closing dmabuf->fence_fd
> 
> Gerd Hoffmann (2):
>    microvm: add missing g_free() call
>    microvm: check g_file_set_contents() return value
> 
> Laurent Vivier (1):
>    migration: fix dump-vmstate with modules
> 
> Philippe Mathieu-Daudé (1):
>    hw/i386/microvm: Reduce annoying debug message in dt_setup_microvm()
> 
> Vladimir Sementsov-Ogievskiy (1):
>    ui/vnc-clipboard: fix adding notifier twice
> 
>   hw/i386/microvm-dt.c | 11 +++++++++--
>   softmmu/vl.c         |  1 +
>   ui/gtk-gl-area.c     |  7 ++++---
>   ui/gtk.c             | 17 ++++++++++-------
>   ui/vnc-clipboard.c   | 10 ++++++----
>   5 files changed, 30 insertions(+), 16 deletions(-)

Applied, thanks.

r~