[PULL 00/13] Misc patches

marcandre.lureau@redhat.com posted 13 patches 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231003123543.1360795-1-marcandre.lureau@redhat.com
Maintainers: "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Gerd Hoffmann <kraxel@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Akihiko Odaki <akihiko.odaki@daynix.com>, Stefan Weil <sw@weilnetz.de>
There is a newer version of this series
include/qemu/compiler.h      |  6 ++++++
include/ui/console.h         |  1 -
include/ui/input.h           |  2 +-
include/ui/qemu-pixman.h     |  4 ++++
chardev/char-pty.c           | 22 +++++++++++++++++---
hw/core/machine.c            | 10 ---------
hw/display/ramfb.c           |  1 +
hw/i386/pc.c                 | 39 ------------------------------------
ui/console.c                 | 24 ++++++++++------------
ui/dbus-console.c            |  6 +++---
ui/gtk.c                     | 20 ++++++++++++------
ui/input.c                   | 29 +++++++--------------------
ui/qemu-pixman.c             |  4 +++-
ui/sdl2.c                    | 26 ++++++++++++------------
ui/spice-input.c             |  2 +-
ui/vnc.c                     |  2 +-
util/oslib-win32.c           |  2 +-
scripts/analyze-migration.py |  4 ++++
ui/cocoa.m                   |  2 +-
ui/trace-events              |  1 -
20 files changed, 90 insertions(+), 117 deletions(-)
[PULL 00/13] Misc patches
Posted by marcandre.lureau@redhat.com 7 months ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

The following changes since commit 50d0bfd0ed78209f003e8f7b9ac25edaa0399157:

  Merge tag 'migration-20231002-pull-request' of https://gitlab.com/juan.quintela/qemu into staging (2023-10-02 14:42:44 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 4f7689f0817a717d18cc8aca298990760f27a89b:

  chardev/char-pty: Avoid losing bytes when the other side just (re-)connected (2023-10-03 15:40:09 +0400)

----------------------------------------------------------------
Misc fixes and cleanups

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

Akihiko Odaki (1):
  input: Allow to choose console with qemu_input_is_absolute

Ken Xue (1):
  ui: add XBGR8888 and ABGR8888 in drm_format_pixman_map

Laszlo Ersek (5):
  ui/console: make qemu_console_is_multihead() static
  ui/console: only walk QemuGraphicConsoles in
    qemu_console_is_multihead()
  ui/console: eliminate QOM properties from qemu_console_is_multihead()
  ui/console: sanitize search in qemu_graphic_console_is_multihead()
  hw/display/ramfb: plug slight guest-triggerable leak on mode setting

Marc-André Lureau (5):
  win32: avoid discarding the exception handler
  ui/gtk: fix UI info precondition
  analyze-migration: ignore RAM_SAVE_FLAG_MULTIFD_FLUSH
  hw/core: remove needless includes
  hw/pc: remove needless includes

Thomas Huth (1):
  chardev/char-pty: Avoid losing bytes when the other side just
    (re-)connected

 include/qemu/compiler.h      |  6 ++++++
 include/ui/console.h         |  1 -
 include/ui/input.h           |  2 +-
 include/ui/qemu-pixman.h     |  4 ++++
 chardev/char-pty.c           | 22 +++++++++++++++++---
 hw/core/machine.c            | 10 ---------
 hw/display/ramfb.c           |  1 +
 hw/i386/pc.c                 | 39 ------------------------------------
 ui/console.c                 | 24 ++++++++++------------
 ui/dbus-console.c            |  6 +++---
 ui/gtk.c                     | 20 ++++++++++++------
 ui/input.c                   | 29 +++++++--------------------
 ui/qemu-pixman.c             |  4 +++-
 ui/sdl2.c                    | 26 ++++++++++++------------
 ui/spice-input.c             |  2 +-
 ui/vnc.c                     |  2 +-
 util/oslib-win32.c           |  2 +-
 scripts/analyze-migration.py |  4 ++++
 ui/cocoa.m                   |  2 +-
 ui/trace-events              |  1 -
 20 files changed, 90 insertions(+), 117 deletions(-)

-- 
2.41.0


Re: [PULL 00/13] Misc patches
Posted by Stefan Hajnoczi 7 months ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.