mbox

[PULL,0/1] audio patch

Message ID 20230505113947.3301944-1-marcandre.lureau@redhat.com
State New
Headers show

Pull-request

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

Message

Marc-André Lureau May 5, 2023, 11:39 a.m. UTC
From: Marc-André Lureau <marcandre.lureau@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

Comments

Richard Henderson May 5, 2023, 9:19 p.m. UTC | #1
On 5/5/23 12:39, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau<marcandre.lureau@redhat.com>
> 
> The following changes since commit f6b761bdbd8ba63cee7428d52fb6b46e4224ddab:
> 
>    Merge tag 'qga-pull-2023-05-04' ofhttps://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

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~