From: Marc-André Lureau <marcandre.lur...@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