[Qemu-devel] [PULL 0/5] Audio 20190228 patches

Gerd Hoffmann posted 5 patches 6 years, 8 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu failed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190228100858.28397-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
configure        |   2 +-
audio/audio.c    |  73 ++++-----------------
audio/sdlaudio.c | 190 +++++++------------------------------------------------
3 files changed, 36 insertions(+), 229 deletions(-)
[Qemu-devel] [PULL 0/5] Audio 20190228 patches
Posted by Gerd Hoffmann 6 years, 8 months ago
The following changes since commit 86c7e2f4a93322a76afea5ee6806a83420d1dfea:

  Merge remote-tracking branch 'remotes/berrange/tags/authz-core-pull-request' into staging (2019-02-26 17:59:41 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/audio-20190228-pull-request

for you to fetch changes up to 9399ef168377d9e7f2e33b1c2eb61751aa1b72fa:

  audio/sdlaudio: Simplify the sdl_callback function (2019-02-28 10:30:08 +0100)

----------------------------------------------------------------
audio: fixes and cleanups.

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

Frediano Ziglio (2):
  audio: Use g_strdup_printf instead of manual building a string
  audio: Do not check for audio_calloc failure

Gerd Hoffmann (1):
  audio: don't build alsa and sdl by default on linux

Thomas Huth (2):
  audio/sdlaudio: Remove the semaphore code
  audio/sdlaudio: Simplify the sdl_callback function

 configure        |   2 +-
 audio/audio.c    |  73 ++++-----------------
 audio/sdlaudio.c | 190 +++++++------------------------------------------------
 3 files changed, 36 insertions(+), 229 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/5] Audio 20190228 patches
Posted by Peter Maydell 6 years, 8 months ago
On Thu, 28 Feb 2019 at 10:11, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 86c7e2f4a93322a76afea5ee6806a83420d1dfea:
>
>   Merge remote-tracking branch 'remotes/berrange/tags/authz-core-pull-request' into staging (2019-02-26 17:59:41 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/audio-20190228-pull-request
>
> for you to fetch changes up to 9399ef168377d9e7f2e33b1c2eb61751aa1b72fa:
>
>   audio/sdlaudio: Simplify the sdl_callback function (2019-02-28 10:30:08 +0100)
>
> ----------------------------------------------------------------
> audio: fixes and cleanups.


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM