[Qemu-devel] [PULL 0/6] Audio 20180625 patches

Gerd Hoffmann posted 6 patches 7 years, 4 months ago
Failed in applying to current master (apply log)
include/hw/compat.h   |   4 +
audio/audio.c         |   3 +-
hw/audio/hda-codec.c  | 287 ++++++++++++++++++++++++++++++++++++++++++++------
hw/audio/intel-hda.c  |   7 --
hw/audio/trace-events |   6 ++
5 files changed, 267 insertions(+), 40 deletions(-)
[Qemu-devel] [PULL 0/6] Audio 20180625 patches
Posted by Gerd Hoffmann 7 years, 4 months ago
The following changes since commit 46012db666990ff2eed1d3dc199ab8006439a93b:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180619' into staging (2018-06-20 09:51:30 +0100)

are available in the git repository at:

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

for you to fetch changes up to 441b345313f1355fb2464f3b37a07a1ded85b61a:

  audio: Convert use of atoi to qemu_strtoi (2018-06-25 14:03:30 +0200)

----------------------------------------------------------------
audio: new timer code for hda codec, fix audio_get_conf_int

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

Gerd Hoffmann (5):
  audio/hda: create millisecond timers that handle IO
  audio/hda: turn some dprintfs into trace points
  audio/hda: tweak timer adjust logic
  audio/hda: detect output buffer overruns
  audio/hda: enable new timer code by default.

Nia Alarie (1):
  audio: Convert use of atoi to qemu_strtoi

 include/hw/compat.h   |   4 +
 audio/audio.c         |   3 +-
 hw/audio/hda-codec.c  | 287 ++++++++++++++++++++++++++++++++++++++++++++------
 hw/audio/intel-hda.c  |   7 --
 hw/audio/trace-events |   6 ++
 5 files changed, 267 insertions(+), 40 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/6] Audio 20180625 patches
Posted by Peter Maydell 7 years, 4 months ago
On 25 June 2018 at 14:12, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 46012db666990ff2eed1d3dc199ab8006439a93b:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180619' into staging (2018-06-20 09:51:30 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/audio-20180625-pull-request
>
> for you to fetch changes up to 441b345313f1355fb2464f3b37a07a1ded85b61a:
>
>   audio: Convert use of atoi to qemu_strtoi (2018-06-25 14:03:30 +0200)
>
> ----------------------------------------------------------------
> audio: new timer code for hda codec, fix audio_get_conf_int
>
Applied, thanks.

-- PMM