mbox

[PULL,0/8] Ui patches

Message ID 20250203125721.640451-1-marcandre.lureau@redhat.com (mailing list archive)
State New
Headers show

Pull-request

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

Message

Marc-André Lureau Feb. 3, 2025, 12:57 p.m. UTC
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

Comments

Stefan Hajnoczi Feb. 3, 2025, 2:28 p.m. UTC | #1
On Mon, Feb 3, 2025 at 7:58 AM <marcandre.lureau@redhat.com> wrote:
>
> 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

Hi Marc-André,
There is an unexpected submodule update in this commit. Although it's
not included in the patch email sent to the mailing list, GitLab shows
it:
https://gitlab.com/marcandre.lureau/qemu/-/commit/31d9023965ba1963afd1e0e0f48c75399a7bc23e

Please rebase onto qemu.git/master and remove the spurious libvirt-ci
submodule update before resending this pull request. Thank you!

Stefan

>   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
>
>
Marc-André Lureau Feb. 3, 2025, 5:19 p.m. UTC | #2
Hi

On Mon, Feb 3, 2025 at 6:29 PM Stefan Hajnoczi <stefanha@gmail.com> wrote:
>
> On Mon, Feb 3, 2025 at 7:58 AM <marcandre.lureau@redhat.com> wrote:
> >
> > 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
>
> Hi Marc-André,
> There is an unexpected submodule update in this commit. Although it's
> not included in the patch email sent to the mailing list, GitLab shows
> it:
> https://gitlab.com/marcandre.lureau/qemu/-/commit/31d9023965ba1963afd1e0e0f48c75399a7bc23e
>
> Please rebase onto qemu.git/master and remove the spurious libvirt-ci
> submodule update before resending this pull request. Thank you!
>

Sorry, bad .gitconfig.. resent, thanks