[PULL 0/1] audio patch

marcandre.lureau@redhat.com posted 1 patch 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230505113947.3301944-1-marcandre.lureau@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
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
[PULL 0/1] audio patch
Posted by marcandre.lureau@redhat.com 12 months ago
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

-- 
2.40.1


Re: [PULL 0/1] audio patch
Posted by Richard Henderson 12 months ago
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~