[Qemu-devel] [PULL 0/2] Audio 20170918 patches

Gerd Hoffmann posted 2 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170918111750.15965-1-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/audio/intel-hda.c | 58 ++++++++++------------------------------------------
hw/audio/wm8750.c    |  6 +++++-
2 files changed, 16 insertions(+), 48 deletions(-)
[Qemu-devel] [PULL 0/2] Audio 20170918 patches
Posted by Gerd Hoffmann 6 years, 7 months ago
The following changes since commit f75637badd76ae0f3bd51a128e1a2da0d2bb1d6b:

  qemu.py: Fix syntax error (2017-09-18 11:32:22 +0100)

are available in the git repository at:

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

for you to fetch changes up to a6b0bdc8fb4ca57a4274205659bbe91d78c23f22:

  audio: intel-hda: do not use old_mmio accesses (2017-09-18 13:13:32 +0200)

----------------------------------------------------------------
audio: bugfixes for wm8750 and intel-hda.

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

Gerd Hoffmann (1):
  wm8750: add record buffer underrun check

Matt Parker (1):
  audio: intel-hda: do not use old_mmio accesses

 hw/audio/intel-hda.c | 58 ++++++++++------------------------------------------
 hw/audio/wm8750.c    |  6 +++++-
 2 files changed, 16 insertions(+), 48 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/2] Audio 20170918 patches
Posted by Peter Maydell 6 years, 7 months ago
On 18 September 2017 at 12:17, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit f75637badd76ae0f3bd51a128e1a2da0d2bb1d6b:
>
>   qemu.py: Fix syntax error (2017-09-18 11:32:22 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/audio-20170918-pull-request
>
> for you to fetch changes up to a6b0bdc8fb4ca57a4274205659bbe91d78c23f22:
>
>   audio: intel-hda: do not use old_mmio accesses (2017-09-18 13:13:32 +0200)
>
> ----------------------------------------------------------------
> audio: bugfixes for wm8750 and intel-hda.
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   wm8750: add record buffer underrun check
>
> Matt Parker (1):
>   audio: intel-hda: do not use old_mmio accesses
>
>  hw/audio/intel-hda.c | 58 ++++++++++------------------------------------------
>  hw/audio/wm8750.c    |  6 +++++-
>  2 files changed, 16 insertions(+), 48 deletions(-)

Applied, thanks.

-- PMM