qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/1] audio patch
@ 2023-05-05 11:39 marcandre.lureau
  2023-05-05 11:39 ` [PULL 1/1] audio/pwaudio.c: Add Pipewire audio backend for QEMU marcandre.lureau
  2023-05-05 21:19 ` [PULL 0/1] audio patch Richard Henderson
  0 siblings, 2 replies; 5+ messages in thread
From: marcandre.lureau @ 2023-05-05 11:39 UTC (permalink / raw)
  To: qemu-devel
  Cc: Gerd Hoffmann, Daniel P. Berrangé, Markus Armbruster,
	Marc-André Lureau, Thomas Huth, Philippe Mathieu-Daudé,
	Eric Blake, Paolo Bonzini

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-05-05 21:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-05 11:39 [PULL 0/1] audio patch marcandre.lureau
2023-05-05 11:39 ` [PULL 1/1] audio/pwaudio.c: Add Pipewire audio backend for QEMU marcandre.lureau
2023-05-05 11:42   ` Daniel P. Berrangé
2023-05-05 11:46     ` Marc-André Lureau
2023-05-05 21:19 ` [PULL 0/1] audio patch Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).