On 29 October 2018 at 13:37, Gerd Hoffmann <kra...@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