From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 0/8] Audio 20180312 patches
Date: Mon, 12 Mar 2018 11:42:33 +0100 [thread overview]
Message-ID: <20180312104241.24965-1-kraxel@redhat.com> (raw)
The following changes since commit e4ae62b802cec437f877f2cadc4ef059cc0eca76:
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2018-03-09 17:28:16 +0000)
are available in the git repository at:
git://git.kraxel.org/qemu tags/audio-20180312-pull-request
for you to fetch changes up to 051c7d5c1e2f4a392a4b89027b27aa4c50c16fe0:
audio/sdl: build as module (2018-03-12 11:18:27 +0100)
----------------------------------------------------------------
modules: use gmodule-export.
audio: add driver registry, enable module builds.
----------------------------------------------------------------
Gerd Hoffmann (8):
modules: use gmodule-export
audio: add driver registry
audio: add module loading support
build: enable audio modules
audio/alsa: build as module
audio/oss: build as module
audio/pulseaudio: build as module
audio/sdl: build as module
configure | 9 ++++--
Makefile | 4 +++
Makefile.objs | 1 +
audio/audio_int.h | 14 ++++-----
include/qemu/module.h | 1 +
audio/alsaaudio.c | 8 ++++-
audio/audio.c | 83 +++++++++++++++++++++++++++++++++++----------------
audio/coreaudio.c | 8 ++++-
audio/dsoundaudio.c | 8 ++++-
audio/noaudio.c | 8 ++++-
audio/ossaudio.c | 8 ++++-
audio/paaudio.c | 8 ++++-
audio/sdlaudio.c | 8 ++++-
audio/spiceaudio.c | 8 ++++-
audio/wavaudio.c | 8 ++++-
audio/Makefile.objs | 30 +++++++++++++------
scripts/create_config | 2 +-
17 files changed, 160 insertions(+), 56 deletions(-)
--
2.9.3
next reply other threads:[~2018-03-12 10:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-12 10:42 Gerd Hoffmann [this message]
2018-03-12 10:42 ` [Qemu-devel] [PULL 1/8] modules: use gmodule-export Gerd Hoffmann
2018-03-12 10:42 ` [Qemu-devel] [PULL 2/8] audio: add driver registry Gerd Hoffmann
2018-03-12 10:42 ` [Qemu-devel] [PULL 3/8] audio: add module loading support Gerd Hoffmann
2018-03-12 10:42 ` [Qemu-devel] [PULL 4/8] build: enable audio modules Gerd Hoffmann
2018-03-12 10:42 ` [Qemu-devel] [PULL 5/8] audio/alsa: build as module Gerd Hoffmann
2018-03-12 10:42 ` [Qemu-devel] [PULL 6/8] audio/oss: " Gerd Hoffmann
2018-03-12 10:42 ` [Qemu-devel] [PULL 7/8] audio/pulseaudio: " Gerd Hoffmann
2018-03-12 10:42 ` [Qemu-devel] [PULL 8/8] audio/sdl: " Gerd Hoffmann
2018-03-12 18:35 ` [Qemu-devel] [PULL 0/8] Audio 20180312 patches Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180312104241.24965-1-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).