qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/8] Ui patches
@ 2024-07-22 20:06 marcandre.lureau
  2024-07-22 20:06 ` [PULL 1/8] vnc: increase max display size marcandre.lureau
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: marcandre.lureau @ 2024-07-22 20:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: richard.henderson, Marc-André Lureau

From: Marc-André Lureau <marcandre.lureau@redhat.com>

The following changes since commit a7ddb48bd1363c8bcdf42776d320289c42191f01:

  Merge tag 'pull-aspeed-20240721' of https://github.com/legoater/qemu into staging (2024-07-22 07:52:05 +1000)

are available in the Git repository at:

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

for you to fetch changes up to 903cc9e1173e0778caa50871e8275c898770c690:

  chardev/char-win-stdio.c: restore old console mode (2024-07-22 22:25:46 +0400)

----------------------------------------------------------------
UI-related for 9.1

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

Gerd Hoffmann (1):
  vnc: increase max display size

Marc-André Lureau (5):
  virtio-gpu-gl: declare dependency on ui-opengl
  ui: add more tracing for dbus
  ui/vdagent: improve vdagent_fe_open() trace
  ui/vdagent: notify clipboard peers of serial reset
  ui/vdagent: send caps on fe_open

Phil Dennis-Jordan (1):
  Cursor: 8 -> 1 bit alpha downsampling improvement

songziming (1):
  chardev/char-win-stdio.c: restore old console mode

 ui/vnc.h                   |  4 ++--
 audio/dbusaudio.c          |  2 +-
 chardev/char-win-stdio.c   |  5 +++++
 hw/display/virtio-gpu-gl.c |  1 +
 ui/clipboard.c             |  2 ++
 ui/cursor.c                |  2 +-
 ui/dbus-clipboard.c        |  4 ++++
 ui/vdagent.c               | 11 ++++++++---
 audio/trace-events         |  2 +-
 ui/trace-events            |  5 ++++-
 10 files changed, 29 insertions(+), 9 deletions(-)

-- 
2.45.2.827.g557ae147e6



^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PULL 0/8] Ui patches
@ 2025-02-03 12:57 marcandre.lureau
  2025-02-03 14:28 ` Stefan Hajnoczi
  0 siblings, 1 reply; 14+ messages in thread
From: marcandre.lureau @ 2025-02-03 12:57 UTC (permalink / raw)
  To: qemu-devel
  Cc: Eric Blake, Paolo Bonzini, Mahmoud Mandour, Markus Armbruster,
	peter.maydell, Gerd Hoffmann, Alexandre Iooss, Alex Bennée,
	Pierrick Bouvier, Marc-André Lureau

From: Marc-André Lureau <marcandre.lureau@redhat.com>

The following changes since commit 6fccaa2fba391815308a746d68f7fa197bc93586:

  Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2025-02-02 11:09:10 -0500)

are available in the Git repository at:

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

for you to fetch changes up to f327a2cea1502a8cad2beb13bc4e2c12b95b10ba:

  dbus: add -audio dbus nsamples option (2025-02-03 13:58:08 +0400)

----------------------------------------------------------------
UI/chardev-related patch queue

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

Marc-André Lureau (4):
  ui/dbus: on win32, allow ANONYMOUS with p2p
  ui/dbus: clarify the kind of win32 handle that is shared
  plugins: fix -Werror=maybe-uninitialized false-positive
  dbus: add -audio dbus nsamples option

Roman Penyaev (4):
  chardev/char-pty: send CHR_EVENT_CLOSED on disconnect
  chardev/char-hub: implement backend chardev aggregator
  tests/unit/test-char: add unit tests for hub chardev backend
  qemu-options.hx: describe hub chardev and aggregation of several
    backends

 qapi/audio.json            |  22 +-
 qapi/char.json             |  27 +++
 chardev/chardev-internal.h |  51 ++++-
 include/chardev/char.h     |   1 +
 audio/dbusaudio.c          |  29 ++-
 chardev/char-hub.c         | 301 ++++++++++++++++++++++++++++
 chardev/char-pty.c         |   4 +-
 chardev/char.c             |  23 ++-
 contrib/plugins/cache.c    |   2 +-
 tests/unit/test-char.c     | 398 +++++++++++++++++++++++++++++++++++++
 ui/dbus-console.c          |   8 +-
 ui/dbus.c                  |  10 +-
 chardev/meson.build        |   1 +
 qemu-options.hx            |  49 ++++-
 ui/dbus-display1.xml       |  16 +-
 15 files changed, 923 insertions(+), 19 deletions(-)
 create mode 100644 chardev/char-hub.c

-- 
2.47.0



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

end of thread, other threads:[~2025-02-03 17:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-22 20:06 [PULL 0/8] Ui patches marcandre.lureau
2024-07-22 20:06 ` [PULL 1/8] vnc: increase max display size marcandre.lureau
2024-07-22 20:06 ` [PULL 2/8] virtio-gpu-gl: declare dependency on ui-opengl marcandre.lureau
2024-07-22 20:06 ` [PULL 3/8] Cursor: 8 -> 1 bit alpha downsampling improvement marcandre.lureau
2024-07-22 20:06 ` [PULL 4/8] ui: add more tracing for dbus marcandre.lureau
2024-07-22 20:06 ` [PULL 5/8] ui/vdagent: improve vdagent_fe_open() trace marcandre.lureau
2024-07-22 20:06 ` [PULL 6/8] ui/vdagent: notify clipboard peers of serial reset marcandre.lureau
2024-07-22 20:06 ` [PULL 7/8] ui/vdagent: send caps on fe_open marcandre.lureau
2024-07-22 20:06 ` [PULL 8/8] chardev/char-win-stdio.c: restore old console mode marcandre.lureau
2024-07-22 21:24 ` [PULL 0/8] Ui patches Philippe Mathieu-Daudé
2024-07-23 14:59 ` Richard Henderson
  -- strict thread matches above, loose matches on Subject: below --
2025-02-03 12:57 marcandre.lureau
2025-02-03 14:28 ` Stefan Hajnoczi
2025-02-03 17:19   ` Marc-André Lureau

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).