mbox

[PULL,0/5] audio patch queue

Message ID 1484127227-26496-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-audio-20170111-1

Message

Gerd Hoffmann Jan. 11, 2017, 9:33 a.m. UTC
Hi,

Here comes the audio patch queue, with some fixes and cleanups.

please pull,
  Gerd

The following changes since commit b44486dfb9447c88e4b216e730adcc780190852c:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170110-1' into staging (2017-01-10 14:52:34 +0000)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-audio-20170111-1

for you to fetch changes up to 11f547e58a08ea71a8a92d3ffe1e210b4b0b709c:

  es1370: wire up reset via DeviceClass (2017-01-11 09:19:03 +0100)

----------------------------------------------------------------
audio: qomify drivers, hotplug fixes.

----------------------------------------------------------------
Gerd Hoffmann (1):
      es1370: wire up reset via DeviceClass

Li Qiang (2):
      audio: es1370: add exit function
      audio: ac97: add exit function

xiaoqiang zhao (2):
      hw/audio: QOM'ify marvell_88w8618.c
      hw/audio: QOM'ify pl041.c

 hw/audio/ac97.c            | 11 +++++++++++
 hw/audio/es1370.c          | 20 +++++++++++++++++---
 hw/audio/marvell_88w8618.c | 18 +++++++++++-------
 hw/audio/pl041.c           | 25 ++++++++++++++-----------
 4 files changed, 53 insertions(+), 21 deletions(-)

Comments

Peter Maydell Jan. 12, 2017, 5:51 p.m. UTC | #1
On 11 January 2017 at 09:33, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here comes the audio patch queue, with some fixes and cleanups.
>
> please pull,
>   Gerd
>
> The following changes since commit b44486dfb9447c88e4b216e730adcc780190852c:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170110-1' into staging (2017-01-10 14:52:34 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-audio-20170111-1
>
> for you to fetch changes up to 11f547e58a08ea71a8a92d3ffe1e210b4b0b709c:
>
>   es1370: wire up reset via DeviceClass (2017-01-11 09:19:03 +0100)
>
> ----------------------------------------------------------------
> audio: qomify drivers, hotplug fixes.

Applied, thanks.

-- PMM