qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/13] Misc patches
@ 2023-10-03 12:35 marcandre.lureau
  2023-10-03 12:35 ` [PULL 01/13] input: Allow to choose console with qemu_input_is_absolute marcandre.lureau
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: marcandre.lureau @ 2023-10-03 12:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Marc-André Lureau

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



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-10-05 12:54 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03 12:35 [PULL 00/13] Misc patches marcandre.lureau
2023-10-03 12:35 ` [PULL 01/13] input: Allow to choose console with qemu_input_is_absolute marcandre.lureau
2023-10-03 12:35 ` [PULL 02/13] ui/console: make qemu_console_is_multihead() static marcandre.lureau
2023-10-03 12:35 ` [PULL 03/13] ui/console: only walk QemuGraphicConsoles in qemu_console_is_multihead() marcandre.lureau
2023-10-03 12:35 ` [PULL 04/13] ui/console: eliminate QOM properties from qemu_console_is_multihead() marcandre.lureau
2023-10-03 12:35 ` [PULL 05/13] ui/console: sanitize search in qemu_graphic_console_is_multihead() marcandre.lureau
2023-10-03 12:35 ` [PULL 06/13] ui: add XBGR8888 and ABGR8888 in drm_format_pixman_map marcandre.lureau
2023-10-03 12:35 ` [PULL 07/13] win32: avoid discarding the exception handler marcandre.lureau
2023-10-03 12:35 ` [PULL 08/13] ui/gtk: fix UI info precondition marcandre.lureau
2023-10-03 12:35 ` [PULL 09/13] analyze-migration: ignore RAM_SAVE_FLAG_MULTIFD_FLUSH marcandre.lureau
2023-10-03 12:35 ` [PULL 10/13] hw/core: remove needless includes marcandre.lureau
2023-10-03 12:35 ` [PULL 11/13] hw/pc: " marcandre.lureau
2023-10-03 12:35 ` [PULL 12/13] hw/display/ramfb: plug slight guest-triggerable leak on mode setting marcandre.lureau
2023-10-03 12:35 ` [PULL 13/13] chardev/char-pty: Avoid losing bytes when the other side just (re-)connected marcandre.lureau
2023-10-04 18:33 ` [PULL 00/13] Misc patches Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).