qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 0/3] audio patch queue
Date: Mon, 27 Feb 2017 16:11:28 +0100	[thread overview]
Message-ID: <1488208291-14775-1-git-send-email-kraxel@redhat.com> (raw)

  Hi,

Three little audio patches, adding replay support
and fixing audio with SDL2.

please pull,
  Gerd

The following changes since commit 3b1d8169844fafee184366b0e0d7080534758b4d:

  tests-aio-multithread: use atomic_read properly (2017-02-27 12:54:08 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/pull-audio-20170227-1

for you to fetch changes up to 516452fe6accef3f94b4bcf060b2518038f50c08:

  audio/sdlaudio: Allow audio playback with SDL2 (2017-02-27 14:37:59 +0100)

----------------------------------------------------------------
audio: replay support, sdl2 fix.

----------------------------------------------------------------
Pavel Dovgalyuk (2):
      replay: add record/replay for audio passthrough
      audio: make audio poll timer deterministic

Thomas Huth (1):
      audio/sdlaudio: Allow audio playback with SDL2

 audio/audio.c            | 11 +++++--
 audio/audio.h            |  5 +++
 audio/mixeng.c           | 31 +++++++++++++++++++
 audio/sdlaudio.c         | 48 +++++++++++++++++++++++++++++
 docs/replay.txt          |  7 +++++
 include/sysemu/replay.h  |  7 +++++
 replay/Makefile.objs     |  1 +
 replay/replay-audio.c    | 79 ++++++++++++++++++++++++++++++++++++++++++++++++
 replay/replay-internal.h |  4 +++
 9 files changed, 190 insertions(+), 3 deletions(-)
 create mode 100644 replay/replay-audio.c

             reply	other threads:[~2017-02-27 15:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-27 15:11 Gerd Hoffmann [this message]
2017-02-27 15:11 ` [Qemu-devel] [PULL 1/3] replay: add record/replay for audio passthrough Gerd Hoffmann
2017-02-27 15:11 ` [Qemu-devel] [PULL 2/3] audio: make audio poll timer deterministic Gerd Hoffmann
2017-02-27 15:11 ` [Qemu-devel] [PULL 3/3] audio/sdlaudio: Allow audio playback with SDL2 Gerd Hoffmann
2017-02-27 17:08 ` [Qemu-devel] [PULL 0/3] audio patch queue Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2017-05-19 11:24 Gerd Hoffmann
2017-05-19 13:12 ` no-reply
2017-05-19 15:54 ` Stefan Hajnoczi
2017-02-20 14:12 Gerd Hoffmann
2017-02-21  9:29 ` 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=1488208291-14775-1-git-send-email-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).