[Qemu-devel] [PULL 0/3] Audio 20180703 patches

Gerd Hoffmann posted 3 patches 7 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180703121013.12126-1-kraxel@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
audio/audio.c        | 28 +++++++++++++++++++++++++---
hw/audio/hda-codec.c |  5 ++++-
audio/trace-events   |  5 +++++
3 files changed, 34 insertions(+), 4 deletions(-)
[Qemu-devel] [PULL 0/3] Audio 20180703 patches
Posted by Gerd Hoffmann 7 years, 4 months ago
The following changes since commit ab08440a4ee09032d1a9cb22fdcab23bc7e1c656:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180702' into staging (2018-07-02 17:57:46 +0100)

are available in the git repository at:

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

for you to fetch changes up to 1a961e785f59eba1fa8e06d5b1ebc84927b4b3a3:

  audio: add audio timer trace points (2018-07-03 11:46:47 +0200)

----------------------------------------------------------------
audio: hda fixes, timer tracing

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

Gerd Hoffmann (3):
  audio/hda: adjust larger gaps faster
  audio/hda: fix CID 1393631
  audio: add audio timer trace points

 audio/audio.c        | 28 +++++++++++++++++++++++++---
 hw/audio/hda-codec.c |  5 ++++-
 audio/trace-events   |  5 +++++
 3 files changed, 34 insertions(+), 4 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/3] Audio 20180703 patches
Posted by Peter Maydell 7 years, 4 months ago
On 3 July 2018 at 13:10, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit ab08440a4ee09032d1a9cb22fdcab23bc7e1c656:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180702' into staging (2018-07-02 17:57:46 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/audio-20180703-pull-request
>
> for you to fetch changes up to 1a961e785f59eba1fa8e06d5b1ebc84927b4b3a3:
>
>   audio: add audio timer trace points (2018-07-03 11:46:47 +0200)
>
> ----------------------------------------------------------------
> audio: hda fixes, timer tracing
>
> ----------------------------------------------------------------
Applied, thanks.

-- PMM