[PULL 0/6] For 11.0 rc patches

marcandre.lureau@redhat.com posted 6 patches 1 day, 12 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260331095302.644608-1-marcandre.lureau@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>
audio/audio_template.h     |  6 ++---
ui/dbus.h                  |  1 +
tests/audio/modinfo-stub.c |  5 ++++
ui/dbus-clipboard.c        | 16 +++++++++++++
ui/dbus.c                  | 47 +++++++++++++++++++++++++++++++++-----
ui/vnc-jobs.c              | 23 +++++++++++++++----
ui/vnc.c                   | 31 ++++++-------------------
tests/audio/meson.build    | 14 +++++++-----
8 files changed, 99 insertions(+), 44 deletions(-)
create mode 100644 tests/audio/modinfo-stub.c
[PULL 0/6] For 11.0 rc patches
Posted by marcandre.lureau@redhat.com 1 day, 12 hours ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

The following changes since commit 91f6a9cb1b0f11afa74ef7fb20d5579d9dfbe020:

  Merge tag 'qga-pull-2026-03-27' of https://github.com/kostyanf14/qemu into staging (2026-03-27 18:41:05 +0000)

are available in the Git repository at:

  https://gitlab.com/marcandre.lureau/qemu.git tags/for-11.0-rc-pull-request

for you to fetch changes up to 425f084fd2dc9838c82eebbfdb88eab5a545ec97:

  tests: don't build audio tests when no audio drivers are enabled (2026-03-31 13:48:42 +0400)

----------------------------------------------------------------
Various UI & audio fixes for 11.0-rc

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

Anton Kuchin (1):
  tests: don't build audio tests when no audio drivers are enabled

GuoHan Zhao (2):
  ui/dbus: associate add_client completion with its request
  ui/dbus: tear down clipboard callbacks on display finalize

Marc-André Lureau (3):
  audio/mixeng: fix sw/hw mixup in audio_pcm_sw_init_
  ui/vnc-jobs: fix VncRectEntry leak on job cleanup
  ui/vnc-jobs: clear source tag

 audio/audio_template.h     |  6 ++---
 ui/dbus.h                  |  1 +
 tests/audio/modinfo-stub.c |  5 ++++
 ui/dbus-clipboard.c        | 16 +++++++++++++
 ui/dbus.c                  | 47 +++++++++++++++++++++++++++++++++-----
 ui/vnc-jobs.c              | 23 +++++++++++++++----
 ui/vnc.c                   | 31 ++++++-------------------
 tests/audio/meson.build    | 14 +++++++-----
 8 files changed, 99 insertions(+), 44 deletions(-)
 create mode 100644 tests/audio/modinfo-stub.c

-- 
2.53.0


Re: [PULL 0/6] For 11.0 rc patches
Posted by Peter Maydell 1 day, 7 hours ago
On Tue, 31 Mar 2026 at 10:53, <marcandre.lureau@redhat.com> wrote:
>
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> The following changes since commit 91f6a9cb1b0f11afa74ef7fb20d5579d9dfbe020:
>
>   Merge tag 'qga-pull-2026-03-27' of https://github.com/kostyanf14/qemu into staging (2026-03-27 18:41:05 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/marcandre.lureau/qemu.git tags/for-11.0-rc-pull-request
>
> for you to fetch changes up to 425f084fd2dc9838c82eebbfdb88eab5a545ec97:
>
>   tests: don't build audio tests when no audio drivers are enabled (2026-03-31 13:48:42 +0400)
>
> ----------------------------------------------------------------
> Various UI & audio fixes for 11.0-rc
>



Applied, thanks.

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

-- PMM