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

Gerd Hoffmann posted 2 patches 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180202075009.11653-1-kraxel@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppc passed
Test s390x passed
include/hw/audio/wm8750.h  | 30 ++++++++++++++++++
include/hw/i2c/i2c.h       |  9 ------
hw/arm/musicpal.c          |  3 +-
hw/arm/spitz.c             |  3 +-
hw/arm/z2.c                |  3 +-
hw/audio/marvell_88w8618.c |  1 +
hw/audio/sb16.c            | 79 +++++++++++++++++++++++++---------------------
hw/audio/wm8750.c          |  6 ++--
8 files changed, 82 insertions(+), 52 deletions(-)
create mode 100644 include/hw/audio/wm8750.h
[Qemu-devel] [PULL 0/2] Audio 20180202 patches
Posted by Gerd Hoffmann 6 years, 2 months ago
The following changes since commit b05631954d6dfe93340d516660397e2c1a2a5dd6:

  Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20180131' into staging (2018-01-31 15:50:29 +0000)

are available in the git repository at:

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

for you to fetch changes up to 8ec660b80ed511fa333679e38bf0cf714799d6fa:

  hw/audio/sb16.c: change dolog() to qemu_log_mask() (2018-02-02 08:19:47 +0100)

----------------------------------------------------------------
audio: two small fixes.

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

John Arbuckle (1):
  hw/audio/sb16.c: change dolog() to qemu_log_mask()

Philippe Mathieu-Daudé (1):
  hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to
    audio/wm8750.h

 include/hw/audio/wm8750.h  | 30 ++++++++++++++++++
 include/hw/i2c/i2c.h       |  9 ------
 hw/arm/musicpal.c          |  3 +-
 hw/arm/spitz.c             |  3 +-
 hw/arm/z2.c                |  3 +-
 hw/audio/marvell_88w8618.c |  1 +
 hw/audio/sb16.c            | 79 +++++++++++++++++++++++++---------------------
 hw/audio/wm8750.c          |  6 ++--
 8 files changed, 82 insertions(+), 52 deletions(-)
 create mode 100644 include/hw/audio/wm8750.h

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/2] Audio 20180202 patches
Posted by Peter Maydell 6 years, 2 months ago
On 2 February 2018 at 07:50, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit b05631954d6dfe93340d516660397e2c1a2a5dd6:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20180131' into staging (2018-01-31 15:50:29 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/audio-20180202-pull-request
>
> for you to fetch changes up to 8ec660b80ed511fa333679e38bf0cf714799d6fa:
>
>   hw/audio/sb16.c: change dolog() to qemu_log_mask() (2018-02-02 08:19:47 +0100)
>
> ----------------------------------------------------------------
> audio: two small fixes.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM