[Qemu-devel] [PULL 0/4] Audio 20181029 patches

Gerd Hoffmann posted 4 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181029133722.12415-1-kraxel@redhat.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
include/hw/audio/wm8750.h  |  1 +
hw/arm/musicpal.c          |  5 +++--
hw/audio/ac97.c            | 12 ++++++++----
hw/audio/marvell_88w8618.c | 14 ++++++--------
4 files changed, 18 insertions(+), 14 deletions(-)
[Qemu-devel] [PULL 0/4] Audio 20181029 patches
Posted by Gerd Hoffmann 7 years ago
The following changes since commit 285278ca785f5fa9a570927e1c0958a2ca2b2150:

  Merge remote-tracking branch 'remotes/famz/tags/testing-pull-request' into staging (2018-10-27 19:55:08 +0100)

are available in the git repository at:

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

for you to fetch changes up to d436d4e7a50a7c4fddc0569c2107fe5eaf0e1fbc:

  audio: use TYPE_MV88W8618_AUDIO instead of hardcoded string (2018-10-29 13:50:15 +0100)

----------------------------------------------------------------
audio: qom cleanups.

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

Li Qiang (1):
  hw: AC97: make it more QOMconventional

Mao Zhongyi (3):
  audio: use TYPE_WM8750 instead of a hardcoded string
  audio: use object link instead of qdev property to pass wm8750
    reference
  audio: use TYPE_MV88W8618_AUDIO instead of hardcoded string

 include/hw/audio/wm8750.h  |  1 +
 hw/arm/musicpal.c          |  5 +++--
 hw/audio/ac97.c            | 12 ++++++++----
 hw/audio/marvell_88w8618.c | 14 ++++++--------
 4 files changed, 18 insertions(+), 14 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/4] Audio 20181029 patches
Posted by Peter Maydell 7 years ago
On 29 October 2018 at 13:37, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 285278ca785f5fa9a570927e1c0958a2ca2b2150:
>
>   Merge remote-tracking branch 'remotes/famz/tags/testing-pull-request' into staging (2018-10-27 19:55:08 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/audio-20181029-pull-request
>
> for you to fetch changes up to d436d4e7a50a7c4fddc0569c2107fe5eaf0e1fbc:
>
>   audio: use TYPE_MV88W8618_AUDIO instead of hardcoded string (2018-10-29 13:50:15 +0100)
>
> ----------------------------------------------------------------
> audio: qom cleanups.
>
> ----------------------------------------------------------------
>
> Li Qiang (1):
>   hw: AC97: make it more QOMconventional
>
> Mao Zhongyi (3):
>   audio: use TYPE_WM8750 instead of a hardcoded string
>   audio: use object link instead of qdev property to pass wm8750
>     reference
>   audio: use TYPE_MV88W8618_AUDIO instead of hardcoded string
>
>  include/hw/audio/wm8750.h  |  1 +
>  hw/arm/musicpal.c          |  5 +++--
>  hw/audio/ac97.c            | 12 ++++++++----
>  hw/audio/marvell_88w8618.c | 14 ++++++--------
>  4 files changed, 18 insertions(+), 14 deletions(-)
>
Applied, thanks.

-- PMM