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

The following changes since commit f6b761bdbd8ba63cee7428d52fb6b46e4224ddab:

  Merge tag 'qga-pull-2023-05-04' of https://github.com/kostyanf14/qemu into 
staging (2023-05-04 12:08:00 +0100)

are available in the Git repository at:

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

for you to fetch changes up to c2d3d1c294151cea0e62d3ecca09837fc23ba4b3:

  audio/pwaudio.c: Add Pipewire audio backend for QEMU (2023-05-05 13:23:08 
+0400)

----------------------------------------------------------------
Add PipeWire audio backend

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

Dorinda Bassey (1):
  audio/pwaudio.c: Add Pipewire audio backend for QEMU

 meson.build                   |   8 +
 qapi/audio.json               |  44 ++
 audio/audio_template.h        |   4 +
 audio/audio.c                 |   3 +
 audio/pwaudio.c               | 915 ++++++++++++++++++++++++++++++++++
 audio/meson.build             |   1 +
 audio/trace-events            |   8 +
 meson_options.txt             |   4 +-
 qemu-options.hx               |  21 +
 scripts/meson-buildoptions.sh |   8 +-
 10 files changed, 1013 insertions(+), 3 deletions(-)
 create mode 100644 audio/pwaudio.c

-- 
2.40.1


Reply via email to